Html Css Color HEX #C2E0DB Jagged Ice

📋 copy color: '#C2E0DB'

red 194 ◦ green 224 ◦ blue 219

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

Shades of Jagged Ice #C2E0DB

Tints of Jagged Ice #C2E0DB

RGB

 RED value IS 194 (76.17% from 255) = 30.46%

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

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

R = 30.46%
G = 35.16%
B = 34.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#C2E0DB (or 0xC2E0DB) is known color: Jagged Ice. HEX triplet: C2, E0 and DB. RGB value is (194,224,219). Sum of RGB (Red+Green+Blue) = 194+224+219=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0DB is #3D1F24. Grayscale: #D6D6D6. Windows color (decimal): -4005669 or 14409922. OLE color: 14409922.

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

Color convert

RGB 194 224 219 -
CMYK 0.13 0 0.02 0.12
HSL 170º 0.33% 0.82% -
HSV(B) 170º 0.13% 0.88% -
XYZ 61.69 69.9 77.26 -
YUV 214.46 130.56 113.41 -
System Red Green Blue C M Y K H S L
Decimal 194 224 219 0.13 0 0.02 0.12 170 0.33 0.82
Hex C2 E0 DB D 0 2 C AA 21 52
Octal 302 340 333 15 0 2 14 252 41 122
Binary 11000010 11100000 11011011 1101 0 10 1100 10101010 100001 1010010

Color Harmonies of #C2E0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0DB

Black with #C2E0DB

Text Example


Text Example

White with #C2E0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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