#DDFDF1

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

Shades of Clear Day #DDFDF1

Tints of Clear Day #DDFDF1

Color information

#DDFDF1 (or 0xDDFDF1) is unknown color: approx Clear Day. HEX triplet: DD, FD and F1. RGB value is (221,253,241). Sum of RGB (Red+Green+Blue) = 221+253+241=715 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.91% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 241 (94.53% from 255 or 33.71% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF1 is #22020E. Grayscale: #F2F2F2. Windows color (decimal): -2228751 or 15859165. OLE color: 15859165.

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

Color convert

RGB221253241-
CMYK0.1300.050.01
HSL157.5º88.89%92.94%-
HSV(B)157.5º12.65%99.22%-
XYZ80.8291.9796.71-
YUV242.06127.4112.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.91%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 241 (94.53% from 255) = 33.71%
R=30.91%
G=35.38%
B=33.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532410.1300.050.01157.588.8992.94
HexDDFDF1D0519e595d
Octal33537536115051236131135
Binary1101110111111101111100011101010111001111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDF1; }

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

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

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

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

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

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

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

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