#DDFBEF

Color #DDFBEF Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DDFBEF

Tints of Clear Day #DDFBEF

Color information

#DDFBEF (or 0xDDFBEF) is unknown color: approx Clear Day. HEX triplet: DD, FB and EF. RGB value is (221,251,239). Sum of RGB (Red+Green+Blue) = 221+251+239=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEF is #220410. Grayscale: #F0F0F0. Windows color (decimal): -2229265 or 15727581. OLE color: 15727581.

HSL color Cylindrical-coordinate representation of color #DDFBEF: hue angle of 156º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBEF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB221251239-
CMYK0.1200.050.02
HSL156º78.95%92.55%-
HSV(B)156º11.95%98.43%-
XYZ79.990.694.94-
YUV240.66127.06113.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 239 (93.75% from 255) = 33.61%
R=31.08%
G=35.30%
B=33.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512390.1200.050.0215678.9592.55
HexDDFBEFC0529c4f5d
Octal33537335714052234117135
Binary11011101111110111110111111000101101001110010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBEF; }

 p { color: rgb(221,251,239); }

 H1.HeaderClassName
 {
   color: #DDFBEF;
 }
 .AnyTagClassName
 {
   color: #DDFBEF;
 }
</style>
background-color css

<style>
 a { background-color: #DDFBEF; }

 a { background-color: rgb(221,251,239); }

 div.DivClassName
 {
   background-color: #DDFBEF;
 }
 .BgClassName
 {
   background-color: #DDFBEF;
 }
</style>
border-color css

<style>
 span { border-color: #DDFBEF; }

 span { border-color: rgb(221,251,239); }

 td.TdClassName
 {
   border-color: #DDFBEF;
 }
 .TagClassName
 {
   border-color: #DDFBEF;
 }
</style>