#DDFAEE

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

Shades of Clear Day #DDFAEE

Tints of Clear Day #DDFAEE

Color information

#DDFAEE (or 0xDDFAEE) is unknown color: approx Clear Day. HEX triplet: DD, FA and EE. RGB value is (221,250,238). Sum of RGB (Red+Green+Blue) = 221+250+238=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 238 (93.36% from 255 or 33.57% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEE is #220511. Grayscale: #EFEFEF. Windows color (decimal): -2229522 or 15661789. OLE color: 15661789.

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

Color convert

RGB221250238-
CMYK0.1200.050.02
HSL155.17º74.36%92.35%-
HSV(B)155.17º11.6%98.04%-
XYZ79.4489.9294.06-
YUV239.96126.89114.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.17%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 238 (93.36% from 255) = 33.57%
R=31.17%
G=35.26%
B=33.57%

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
Decimal2212502380.1200.050.02155.1774.3692.35
HexDDFAEEC0529b4a5c
Octal33537235614052233112134
Binary11011101111110101110111011000101101001101110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAEE; }

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

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

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

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

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

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

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

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