#C2DED9

Color #C2DED9 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C2DED9

Tints of Jagged Ice #C2DED9

Color information

#C2DED9 (or 0xC2DED9) is unknown color: approx Jagged Ice. HEX triplet: C2, DE and D9. RGB value is (194,222,217). Sum of RGB (Red+Green+Blue) = 194+222+217=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DED9 is #3D2126. Grayscale: #D5D5D5. Windows color (decimal): -4006183 or 14278338. OLE color: 14278338.

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

Color convert

RGB194222217-
CMYK0.1300.020.13
HSL169.29º29.79%81.57%-
HSV(B)169.29º12.61%87.06%-
XYZ60.8968.7275.7-
YUV213.06130.22114.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=30.65%
G=35.07%
B=34.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942222170.1300.020.13169.2929.7981.57
HexC2DED9D02Da91e52
Octal30233633115021525136122
Binary1100001011011110110110011101010110110101001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DED9; }

 p { color: rgb(194,222,217); }

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

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

 a { background-color: rgb(194,222,217); }

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

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

 span { border-color: rgb(194,222,217); }

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