#DDFBEE

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

Shades of Clear Day #DDFBEE

Tints of Clear Day #DDFBEE

Color information

#DDFBEE (or 0xDDFBEE) is unknown color: approx Clear Day. HEX triplet: DD, FB and EE. RGB value is (221,251,238). Sum of RGB (Red+Green+Blue) = 221+251+238=710 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.13% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBEE is #220411. Grayscale: #F0F0F0. Windows color (decimal): -2229266 or 15662045. OLE color: 15662045.

HSL color Cylindrical-coordinate representation of color #DDFBEE: hue angle of 154º 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 #DDFBEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB221251238-
CMYK0.1200.050.02
HSL154º78.95%92.55%-
HSV(B)154º11.95%98.43%-
XYZ79.7590.5494.16-
YUV240.55126.56114.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.13%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 238 (93.36% from 255) = 33.52%
R=31.13%
G=35.35%
B=33.52%

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
Decimal2212512380.1200.050.0215478.9592.55
HexDDFBEEC0529a4f5d
Octal33537335614052232117135
Binary11011101111110111110111011000101101001101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBEE; }

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

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

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

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

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

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

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

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