#C0E0DB

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

Shades of Jagged Ice #C0E0DB

Tints of Jagged Ice #C0E0DB

Color information

#C0E0DB (or 0xC0E0DB) is unknown color: approx Jagged Ice. HEX triplet: C0, E0 and DB. RGB value is (192,224,219). Sum of RGB (Red+Green+Blue) = 192+224+219=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0DB is #3F1F24. Grayscale: #D5D5D5. Windows color (decimal): -4136741 or 14409920. OLE color: 14409920.

HSL color Cylindrical-coordinate representation of color #C0E0DB: hue angle of 170.62º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0E0DB is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB192224219-
CMYK0.1400.020.12
HSL170.62º34.04%81.57%-
HSV(B)170.62º14.29%87.84%-
XYZ61.1869.6377.23-
YUV213.86130.9112.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 219 (85.94% from 255) = 34.49%
R=30.24%
G=35.28%
B=34.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1922242190.1400.020.12170.6234.0481.57
HexC0E0DBE02Cab2252
Octal30034033316021425342122
Binary11000000111000001101101111100101100101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E0DB; }

 p { color: rgb(192,224,219); }

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

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

 a { background-color: rgb(192,224,219); }

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

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

 span { border-color: rgb(192,224,219); }

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