#DDFDF4

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

Shades of Clear Day #DDFDF4

Tints of Clear Day #DDFDF4

Color information

#DDFDF4 (or 0xDDFDF4) is unknown color: approx Clear Day. HEX triplet: DD, FD and F4. RGB value is (221,253,244). Sum of RGB (Red+Green+Blue) = 221+253+244=718 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.78% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 244 (95.70% from 255 or 33.98% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF4 is #22020B. Grayscale: #F2F2F2. Windows color (decimal): -2228748 or 16055773. OLE color: 16055773.

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

Color convert

RGB221253244-
CMYK0.1300.040.01
HSL163.12º88.89%92.94%-
HSV(B)163.12º12.65%99.22%-
XYZ81.2792.1599.09-
YUV242.41128.9112.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.78%
GREEN value IS 253 (99.22% from 255) = 35.24%
BLUE value IS 244 (95.70% from 255) = 33.98%
R=30.78%
G=35.24%
B=33.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532440.1300.040.01163.1288.8992.94
HexDDFDF4D041a3595d
Octal33537536415041243131135
Binary1101110111111101111101001101010011010001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDF4; }

 p { color: rgb(221,253,244); }

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

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

 a { background-color: rgb(221,253,244); }

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

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

 span { border-color: rgb(221,253,244); }

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