#DDFEEF

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

Shades of Clear Day #DDFEEF

Tints of Clear Day #DDFEEF

Color information

#DDFEEF (or 0xDDFEEF) is unknown color: approx Clear Day. HEX triplet: DD, FE and EF. RGB value is (221,254,239). Sum of RGB (Red+Green+Blue) = 221+254+239=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEEF is #220110. Grayscale: #F2F2F2. Windows color (decimal): -2228497 or 15728349. OLE color: 15728349.

HSL color Cylindrical-coordinate representation of color #DDFEEF: hue angle of 152.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFEEF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB221254239-
CMYK0.1300.060.00
HSL152.73º94.29%93.14%-
HSV(B)152.73º12.99%99.61%-
XYZ80.8492.4995.25-
YUV242.42126.07112.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 254 (99.61% from 255) = 35.57%
BLUE value IS 239 (93.75% from 255) = 33.47%
R=30.95%
G=35.57%
B=33.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542390.1300.060.00152.7394.2993.14
HexDDFEEFD060995e5d
Octal33537635715060231136135
Binary1101110111111110111011111101011001001100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEEF; }

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

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

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

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

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

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

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

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