#DDFAF9

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

Shades of Light Cyan #DDFAF9

Tints of Light Cyan #DDFAF9

Color information

#DDFAF9 (or 0xDDFAF9) is unknown color: approx Light Cyan. HEX triplet: DD, FA and F9. RGB value is (221,250,249). Sum of RGB (Red+Green+Blue) = 221+250+249=720 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.69% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 249 (97.66% from 255 or 34.58% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF9 is #220506. Grayscale: #F1F1F1. Windows color (decimal): -2229511 or 16382685. OLE color: 16382685.

HSL color Cylindrical-coordinate representation of color #DDFAF9: hue angle of 177.93º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFAF9 is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB221250249-
CMYK0.1200.000.02
HSL177.93º74.36%92.35%-
HSV(B)177.93º11.6%98.04%-
XYZ81.190.58102.83-
YUV241.22132.39113.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.69%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 249 (97.66% from 255) = 34.58%
R=30.69%
G=34.72%
B=34.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502490.1200.000.02177.9374.3692.35
HexDDFAF9C002b24a5c
Octal33537237114002262112134
Binary110111011111101011111001110000101011001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAF9; }

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

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

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

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

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

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

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

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