#DDF9F6

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

Shades of Light Cyan #DDF9F6

Tints of Light Cyan #DDF9F6

Color information

#DDF9F6 (or 0xDDF9F6) is unknown color: approx Light Cyan. HEX triplet: DD, F9 and F6. RGB value is (221,249,246). Sum of RGB (Red+Green+Blue) = 221+249+246=716 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.87% from 716); Green value is 249 (97.66% from 255 or 34.78% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9F6 is #220609. Grayscale: #F0F0F0. Windows color (decimal): -2229770 or 16185821. OLE color: 16185821.

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

Color convert

RGB221249246-
CMYK0.1100.010.02
HSL173.57º70%92.16%-
HSV(B)173.57º11.24%97.65%-
XYZ80.3389.78100.28-
YUV240.29131.22114.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.87%
GREEN value IS 249 (97.66% from 255) = 34.78%
BLUE value IS 246 (96.48% from 255) = 34.36%
R=30.87%
G=34.78%
B=34.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492460.1100.010.02173.577092.16
HexDDF9F6B012ae465c
Octal33537136613012256106134
Binary110111011111100111110110101101101010111010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9F6; }

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

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

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

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

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

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

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

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