Color Hex Logo

#dddfef Color Hex

#DDDFEF
(221,223,239)
0 Favorites   0 Comments

Color spaces of #dddfef

RGB 221223239
HSL0.650.360.90
HSV233°94°
CMYK 0.080.070.00   0.06
XYZ71.786574.379592.2345
Yxy74.37950.30110.3120
Hunter Lab86.2436-2.3483-3.0381
CIE-Lab89.10152.3186-8.0282

#dddfef color RGB value is (221,223,239).

#dddfef hex color red value is 221, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dddfef hue: 0.65 , saturation: 0.36 and the lightness value of dddfef is 0.90.

The process color (four color CMYK) of #dddfef color hex is 0.08, 0.07, 0.00, 0.06. Web safe color of #dddfef is #ccccff. Color #dddfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 11101111
Octal 335 337 357
Decimal 221 223 239
Hex DD DF EF

RGB Percentages of Color #dddfef

%32.36
%32.65
%34.99

CMYK Percentages of Color #dddfef

%8
%7
%0
%6

Triadic Colors of #dddfef

#dddfef #efdddf #dfefdd

Analogous Colors of #dddfef

#dddfef #e4ddef #dde8ef

Monochromatic Colors of #dddfef

#dddfef

Complementary Color

#dddfef #efeddd

#dddfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddfef Color CSS Codes

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

#dddfef Text Font Color

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

This sample text font color is #dddfef
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.


#dddfef Background Color

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

This div background color is #dddfef


#dddfef Border Color

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

This div border color is #dddfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddfef


Comments

No comments written yet.

Please login to write comment.