Html Css Color HEX #C0E3DB Jagged Ice

📋 copy color: '#C0E3DB'

red 192 ◦ green 227 ◦ blue 219

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

Shades of Jagged Ice #C0E3DB

Tints of Jagged Ice #C0E3DB

RGB

 RED value IS 192 (75.39% from 255) = 30.09%

 GREEN value IS 227 (89.06% from 255) = 35.58%

 BLUE value IS 219 (85.94% from 255) = 34.33%

R = 30.09%
G = 35.58%
B = 34.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#C0E3DB (or 0xC0E3DB) is known color: Jagged Ice. HEX triplet: C0, E3 and DB. RGB value is (192,227,219). Sum of RGB (Red+Green+Blue) = 192+227+219=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3DB is #3F1C24. Grayscale: #D7D7D7. Windows color (decimal): -4135973 or 14410688. OLE color: 14410688.

HSL color Cylindrical-coordinate representation of color #C0E3DB: hue angle of 166.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E3DB is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 219 -
CMYK 0.15 0 0.04 0.11
HSL 166.29º 0.38% 0.82% -
HSV(B) 166.29º 0.15% 0.89% -
XYZ 61.99 71.26 77.5 -
YUV 215.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 192 227 219 0.15 0 0.04 0.11 166.29 0.38 0.82
Hex C0 E3 DB F 0 4 B A6 26 52
Octal 300 343 333 17 0 4 13 246 46 122
Binary 11000000 11100011 11011011 1111 0 100 1011 10100110 100110 1010010

Color Harmonies of #C0E3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E3DB

Black with #C0E3DB

Text Example


Text Example

White with #C0E3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E3DB; }

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

 H1.HeaderClassName
 {
   color: #C0E3DB;
 }
 .AnyTagClassName
 {
   color: #C0E3DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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