#C0DEDC

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

Shades of Jagged Ice #C0DEDC

Tints of Jagged Ice #C0DEDC

Color information

#C0DEDC (or 0xC0DEDC) is unknown color: approx Jagged Ice. HEX triplet: C0, DE and DC. RGB value is (192,222,220). Sum of RGB (Red+Green+Blue) = 192+222+220=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEDC is #3F2123. Grayscale: #D4D4D4. Windows color (decimal): -4137252 or 14474944. OLE color: 14474944.

HSL color Cylindrical-coordinate representation of color #C0DEDC: hue angle of 176º 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 #C0DEDC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB192222220-
CMYK0.1400.010.13
HSL176º31.25%81.18%-
HSV(B)176º13.51%87.06%-
XYZ60.7868.6277.75-
YUV212.8132.06113.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 220 (86.33% from 255) = 34.70%
R=30.28%
G=35.02%
B=34.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922222200.1400.010.1317631.2581.18
HexC0DEDCE01Db01f51
Octal30033633416011526037121
Binary110000001101111011011100111001110110110000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DEDC; }

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

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

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

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

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

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

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

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