#DDFAF6

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

Shades of Light Cyan #DDFAF6

Tints of Light Cyan #DDFAF6

Color information

#DDFAF6 (or 0xDDFAF6) is unknown color: approx Light Cyan. HEX triplet: DD, FA and F6. RGB value is (221,250,246). Sum of RGB (Red+Green+Blue) = 221+250+246=717 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.82% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF6 is #220509. Grayscale: #F0F0F0. Windows color (decimal): -2229514 or 16186077. OLE color: 16186077.

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

Color convert

RGB221250246-
CMYK0.1200.020.02
HSL171.72º74.36%92.35%-
HSV(B)171.72º11.6%98.04%-
XYZ80.6490.4100.39-
YUV240.87130.89113.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.82%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 246 (96.48% from 255) = 34.31%
R=30.82%
G=34.87%
B=34.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502460.1200.020.02171.7274.3692.35
HexDDFAF6C022ac4a5c
Octal33537236614022254112134
Binary1101110111111010111101101100010101010110010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAF6; }

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

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

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

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

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

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

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

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