#DDFDF9

Color #DDFDF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DDFDF9

Tints of Light Cyan #DDFDF9

Color information

#DDFDF9 (or 0xDDFDF9) is unknown color: approx Light Cyan. HEX triplet: DD, FD and F9. RGB value is (221,253,249). Sum of RGB (Red+Green+Blue) = 221+253+249=723 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.57% from 723); Green value is 253 (99.22% from 255 or 34.99% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDF9 is #220206. Grayscale: #F2F2F2. Windows color (decimal): -2228743 or 16383453. OLE color: 16383453.

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

Color convert

RGB221253249-
CMYK0.1300.020.01
HSL172.5º88.89%92.94%-
HSV(B)172.5º12.65%99.22%-
XYZ82.0492.46103.15-
YUV242.98131.4112.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.57%
GREEN value IS 253 (99.22% from 255) = 34.99%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=30.57%
G=34.99%
B=34.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532490.1300.020.01172.588.8992.94
HexDDFDF9D021ac595d
Octal33537537115021254131135
Binary110111011111110111111001110101011010110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDF9; }

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

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

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

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

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

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

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

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