Html Css Color HEX #C0E0DB Jagged Ice

📋 copy color: '#C0E0DB'

red 192 ◦ green 224 ◦ blue 219

#C0E0DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #C0E0DB

Tints of Jagged Ice #C0E0DB

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 value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#C0E0DB (or 0xC0E0DB) is known color: 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

RGB 192 224 219 -
CMYK 0.14 0 0.02 0.12
HSL 170.63º 0.34% 0.82% -
HSV(B) 170.63º 0.14% 0.88% -
XYZ 61.18 69.63 77.23 -
YUV 213.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 192 224 219 0.14 0 0.02 0.12 170.63 0.34 0.82
Hex C0 E0 DB E 0 2 C AB 22 52
Octal 300 340 333 16 0 2 14 253 42 122
Binary 11000000 11100000 11011011 1110 0 10 1100 10101011 100010 1010010

Color Harmonies of #C0E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0DB

Black with #C0E0DB

Text Example


Text Example

White with #C0E0DB

Text Example


Text Example

HTML Codes & Css Web 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>