Color Hex Logo

#ddebfc Color Hex

#DDEBFC
(221,235,252)
0 Favorites   0 Comments

Color spaces of #ddebfc

RGB 221235252
HSL0.590.840.93
HSV213°12°99°
CMYK 0.120.070.00   0.01
XYZ77.097881.8171103.8242
Yxy81.81710.29340.3114
Hunter Lab90.4528-6.1472-4.7377
CIE-Lab92.4941-1.3407-9.7946

#ddebfc color RGB value is (221,235,252).

#ddebfc hex color red value is 221, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ddebfc hue: 0.59 , saturation: 0.84 and the lightness value of ddebfc is 0.93.

The process color (four color CMYK) of #ddebfc color hex is 0.12, 0.07, 0.00, 0.01. Web safe color of #ddebfc is #ccffff. Color #ddebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101011 11111100
Octal 335 353 374
Decimal 221 235 252
Hex DD EB FC

RGB Percentages of Color #ddebfc

%31.21
%33.19
%35.59

CMYK Percentages of Color #ddebfc

%12
%7
%0
%1

Triadic Colors of #ddebfc

#ddebfc #fcddeb #ebfcdd

Analogous Colors of #ddebfc

#ddebfc #dfddfc #ddfbfc

Monochromatic Colors of #ddebfc

#ddebfc

Complementary Color

#ddebfc #fceedd

#ddebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddebfc Color CSS Codes

.mybgcolor {background-color:#ddebfc; } 
.myforecolor {color:#ddebfc; }
.mybordercolor {border:3px solid #ddebfc; }

#ddebfc Text Font Color

<p style="color:#ddebfc">Text here</p>

This sample text font color is #ddebfc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddebfc Background Color

<div style="background-color:#ddebfc">
Div content here</div>

This div background color is #ddebfc


#ddebfc Border Color

<div style="border:3px solid #ddebfc">
Div here</div>

This div border color is #ddebfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,235,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddebfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddebfc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddebfc;
  box-shadow:         1px 1px 3px 2px #ddebfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,235,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddebfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddebfc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddebfc;
  box-shadow:         1px 1px 3px 2px #ddebfc;">
Div content here</div>

This div box has shadow with color #ddebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.