#DFFAEE

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

Shades of Clear Day #DFFAEE

Tints of Clear Day #DFFAEE

Color information

#DFFAEE (or 0xDFFAEE) is unknown color: approx Clear Day. HEX triplet: DF, FA and EE. RGB value is (223,250,238). Sum of RGB (Red+Green+Blue) = 223+250+238=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAEE is #200511. Grayscale: #F0F0F0. Windows color (decimal): -2098450 or 15661791. OLE color: 15661791.

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

Color convert

RGB223250238-
CMYK0.1100.050.02
HSL153.33º72.97%92.75%-
HSV(B)153.33º10.8%98.04%-
XYZ80.0590.2394.09-
YUV240.56126.55115.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.36%
GREEN value IS 250 (98.05% from 255) = 35.16%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=31.36%
G=35.16%
B=33.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502380.1100.050.02153.3372.9792.75
HexDFFAEEB05299495d
Octal33737235613052231111135
Binary11011111111110101110111010110101101001100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAEE; }

 p { color: rgb(223,250,238); }

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

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

 a { background-color: rgb(223,250,238); }

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

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

 span { border-color: rgb(223,250,238); }

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