#DDFCF9

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

Shades of Light Cyan #DDFCF9

Tints of Light Cyan #DDFCF9

Color information

#DDFCF9 (or 0xDDFCF9) is unknown color: approx Light Cyan. HEX triplet: DD, FC and F9. RGB value is (221,252,249). Sum of RGB (Red+Green+Blue) = 221+252+249=722 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.61% from 722); Green value is 252 (98.83% from 255 or 34.90% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCF9 is #220306. Grayscale: #F2F2F2. Windows color (decimal): -2228999 or 16383197. OLE color: 16383197.

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

Color convert

RGB221252249-
CMYK0.1200.010.01
HSL174.19º83.78%92.75%-
HSV(B)174.19º12.3%98.82%-
XYZ81.7391.83103.04-
YUV242.39131.73112.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.61%
GREEN value IS 252 (98.83% from 255) = 34.90%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=30.61%
G=34.90%
B=34.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522490.1200.010.01174.1983.7892.75
HexDDFCF9C011ae545d
Octal33537437114011256124135
Binary11011101111111001111100111000111010111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCF9; }

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

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

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

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

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

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

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

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