Html Css Color HEX #C0E1DB Jagged Ice

📋 copy color: '#C0E1DB'

red 192 ◦ green 225 ◦ blue 219

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

Shades of Jagged Ice #C0E1DB

Tints of Jagged Ice #C0E1DB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.38%

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

R = 30.19%
G = 35.38%
B = 34.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#C0E1DB (or 0xC0E1DB) is known color: Jagged Ice. HEX triplet: C0, E1 and DB. RGB value is (192,225,219). Sum of RGB (Red+Green+Blue) = 192+225+219=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1DB is #3F1E24. Grayscale: #D6D6D6. Windows color (decimal): -4136485 or 14410176. OLE color: 14410176.

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

Color convert

RGB 192 225 219 -
CMYK 0.15 0 0.03 0.12
HSL 169.09º 0.35% 0.82% -
HSV(B) 169.09º 0.15% 0.88% -
XYZ 61.45 70.17 77.32 -
YUV 214.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 192 225 219 0.15 0 0.03 0.12 169.09 0.35 0.82
Hex C0 E1 DB F 0 3 C A9 23 52
Octal 300 341 333 17 0 3 14 251 43 122
Binary 11000000 11100001 11011011 1111 0 11 1100 10101001 100011 1010010

Color Harmonies of #C0E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1DB

Black with #C0E1DB

Text Example


Text Example

White with #C0E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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