Html Css Color HEX #C0E0DE Jagged Ice

📋 copy color: '#C0E0DE'

red 192 ◦ green 224 ◦ blue 222

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

Shades of Jagged Ice #C0E0DE

Tints of Jagged Ice #C0E0DE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.11%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 30.09%
G = 35.11%
B = 34.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#C0E0DE (or 0xC0E0DE) is known color: Jagged Ice. HEX triplet: C0, E0 and DE. RGB value is (192,224,222). Sum of RGB (Red+Green+Blue) = 192+224+222=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0DE is #3F1F21. Grayscale: #D6D6D6. Windows color (decimal): -4136738 or 14606528. OLE color: 14606528.

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

Color convert

RGB 192 224 222 -
CMYK 0.14 0 0.01 0.12
HSL 176.25º 0.34% 0.82% -
HSV(B) 176.25º 0.14% 0.88% -
XYZ 61.58 69.79 79.33 -
YUV 214.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 192 224 222 0.14 0 0.01 0.12 176.25 0.34 0.82
Hex C0 E0 DE E 0 1 C B0 22 52
Octal 300 340 336 16 0 1 14 260 42 122
Binary 11000000 11100000 11011110 1110 0 1 1100 10110000 100010 1010010

Color Harmonies of #C0E0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0DE

Black with #C0E0DE

Text Example


Text Example

White with #C0E0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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