#DDFCF8

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

Shades of Light Cyan #DDFCF8

Tints of Light Cyan #DDFCF8

Color information

#DDFCF8 (or 0xDDFCF8) is unknown color: approx Light Cyan. HEX triplet: DD, FC and F8. RGB value is (221,252,248). Sum of RGB (Red+Green+Blue) = 221+252+248=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFCF8 is #220307. Grayscale: #F2F2F2. Windows color (decimal): -2229000 or 16317661. OLE color: 16317661.

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

Color convert

RGB221252248-
CMYK0.1200.020.01
HSL172.26º83.78%92.75%-
HSV(B)172.26º12.3%98.82%-
XYZ81.5791.77102.22-
YUV242.27131.23112.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.65%
GREEN value IS 252 (98.83% from 255) = 34.95%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=30.65%
G=34.95%
B=34.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522480.1200.020.01172.2683.7892.75
HexDDFCF8C021ac545d
Octal33537437014021254124135
Binary110111011111110011111000110001011010110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCF8; }

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

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

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

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

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

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

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

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