#DDFAF5

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

Shades of Light Cyan #DDFAF5

Tints of Light Cyan #DDFAF5

Color information

#DDFAF5 (or 0xDDFAF5) is unknown color: approx Light Cyan. HEX triplet: DD, FA and F5. RGB value is (221,250,245). Sum of RGB (Red+Green+Blue) = 221+250+245=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF5 is #22050A. Grayscale: #F0F0F0. Windows color (decimal): -2229515 or 16120541. OLE color: 16120541.

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

Color convert

RGB221250245-
CMYK0.1200.020.02
HSL169.66º74.36%92.35%-
HSV(B)169.66º11.6%98.04%-
XYZ80.4990.3499.58-
YUV240.76130.39113.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.87%
GREEN value IS 250 (98.05% from 255) = 34.92%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=30.87%
G=34.92%
B=34.22%

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
Decimal2212502450.1200.020.02169.6674.3692.35
HexDDFAF5C022aa4a5c
Octal33537236514022252112134
Binary1101110111111010111101011100010101010101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAF5; }

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

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

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

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

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

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

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

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