#DDFFF9

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

Shades of Light Cyan #DDFFF9

Tints of Light Cyan #DDFFF9

Color information

#DDFFF9 (or 0xDDFFF9) is unknown color: approx Light Cyan. HEX triplet: DD, FF and F9. RGB value is (221,255,249). Sum of RGB (Red+Green+Blue) = 221+255+249=725 (96% of max value = 765). Red value is 221 (86.72% from 255 or 30.48% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFF9 is #220006. Grayscale: #F4F4F4. Windows color (decimal): -2228231 or 16383965. OLE color: 16383965.

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

Color convert

RGB221255249-
CMYK0.1300.020
HSL169.41º100%93.33%-
HSV(B)169.41º13.33%100%-
XYZ82.6893.73103.36-
YUV244.15130.74111.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.48%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 249 (97.66% from 255) = 34.34%
R=30.48%
G=35.17%
B=34.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552490.1300.020169.4110093.33
HexDDFFF9D020a9645d
Octal33537737115020251144135
Binary110111011111111111111001110101001010100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFF9; }

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

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

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

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

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

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

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

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