#DDFBF9

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

Shades of Light Cyan #DDFBF9

Tints of Light Cyan #DDFBF9

Color information

#DDFBF9 (or 0xDDFBF9) is unknown color: approx Light Cyan. HEX triplet: DD, FB and F9. RGB value is (221,251,249). Sum of RGB (Red+Green+Blue) = 221+251+249=721 (95% of max value = 765). Red value is 221 (86.72% from 255 or 30.65% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 249 (97.66% from 255 or 34.54% from 721); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFBF9 is #220406. Grayscale: #F1F1F1. Windows color (decimal): -2229255 or 16382941. OLE color: 16382941.

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

Color convert

RGB221251249-
CMYK0.1200.010.02
HSL176º78.95%92.55%-
HSV(B)176º11.95%98.43%-
XYZ81.4191.21102.94-
YUV241.8132.06113.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.65%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 249 (97.66% from 255) = 34.54%
R=30.65%
G=34.81%
B=34.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512490.1200.010.0217678.9592.55
HexDDFBF9C012b04f5d
Octal33537337114012260117135
Binary110111011111101111111001110001101011000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBF9; }

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

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

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

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

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

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

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

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