#DDF2F6

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

Shades of Light Cyan #DDF2F6

Tints of Light Cyan #DDF2F6

Color information

#DDF2F6 (or 0xDDF2F6) is unknown color: approx Light Cyan. HEX triplet: DD, F2 and F6. RGB value is (221,242,246). Sum of RGB (Red+Green+Blue) = 221+242+246=709 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.17% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDF2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F6 is #220D09. Grayscale: #ECECEC. Windows color (decimal): -2231562 or 16184029. OLE color: 16184029.

HSL color Cylindrical-coordinate representation of color #DDF2F6: hue angle of 189.6º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF2F6 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221242246-
CMYK0.100.0200.04
HSL189.6º58.14%91.57%-
HSV(B)189.6º10.16%96.47%-
XYZ78.2185.5399.58-
YUV236.18133.54117.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.17%
GREEN value IS 242 (94.92% from 255) = 34.13%
BLUE value IS 246 (96.48% from 255) = 34.70%
R=31.17%
G=34.13%
B=34.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212422460.100.0200.04189.658.1491.57
HexDDF2F6A204be3a5c
Octal3353623661220427672134
Binary1101110111110010111101101010100100101111101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2F6; }

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

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

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

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

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

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

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

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