#C0DED9

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

Shades of Jagged Ice #C0DED9

Tints of Jagged Ice #C0DED9

Color information

#C0DED9 (or 0xC0DED9) is unknown color: approx Jagged Ice. HEX triplet: C0, DE and D9. RGB value is (192,222,217). Sum of RGB (Red+Green+Blue) = 192+222+217=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DED9 is #3F2126. Grayscale: #D4D4D4. Windows color (decimal): -4137255 or 14278336. OLE color: 14278336.

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

Color convert

RGB192222217-
CMYK0.1400.020.13
HSL170º31.25%81.18%-
HSV(B)170º13.51%87.06%-
XYZ60.3868.4675.68-
YUV212.46130.56113.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=30.43%
G=35.18%
B=34.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922222170.1400.020.1317031.2581.18
HexC0DED9E02Daa1f51
Octal30033633116021525237121
Binary1100000011011110110110011110010110110101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DED9; }

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

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

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

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

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

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

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

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