#DDFCF0

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

Shades of Clear Day #DDFCF0

Tints of Clear Day #DDFCF0

Color information

#DDFCF0 (or 0xDDFCF0) is unknown color: approx Clear Day. HEX triplet: DD, FC and F0. RGB value is (221,252,240). Sum of RGB (Red+Green+Blue) = 221+252+240=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCF0 is #22030F. Grayscale: #F1F1F1. Windows color (decimal): -2229008 or 15793373. OLE color: 15793373.

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

Color convert

RGB221252240-
CMYK0.1200.050.01
HSL156.77º83.78%92.75%-
HSV(B)156.77º12.3%98.82%-
XYZ80.3691.2895.82-
YUV241.36127.23113.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.00%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=31.00%
G=35.34%
B=33.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522400.1200.050.01156.7783.7892.75
HexDDFCF0C0519d545d
Octal33537436014051235124135
Binary1101110111111100111100001100010111001110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCF0; }

 p { color: rgb(221,252,240); }

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

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

 a { background-color: rgb(221,252,240); }

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

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

 span { border-color: rgb(221,252,240); }

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