Html Css Color HEX #C2E1DC Jagged Ice

📋 copy color: '#C2E1DC'

red 194 ◦ green 225 ◦ blue 220

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

Shades of Jagged Ice #C2E1DC

Tints of Jagged Ice #C2E1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.43%

R = 30.36%
G = 35.21%
B = 34.43%

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

#C2E1DC (or 0xC2E1DC) is known color: Jagged Ice. HEX triplet: C2, E1 and DC. RGB value is (194,225,220). Sum of RGB (Red+Green+Blue) = 194+225+220=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1DC is #3D1E23. Grayscale: #D7D7D7. Windows color (decimal): -4005412 or 14475714. OLE color: 14475714.

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

Color convert

RGB 194 225 220 -
CMYK 0.14 0 0.02 0.12
HSL 170.32º 0.34% 0.82% -
HSV(B) 170.32º 0.14% 0.88% -
XYZ 62.09 70.49 78.04 -
YUV 215.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 194 225 220 0.14 0 0.02 0.12 170.32 0.34 0.82
Hex C2 E1 DC E 0 2 C AA 22 52
Octal 302 341 334 16 0 2 14 252 42 122
Binary 11000010 11100001 11011100 1110 0 10 1100 10101010 100010 1010010

Color Harmonies of #C2E1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E1DC

Black with #C2E1DC

Text Example


Text Example

White with #C2E1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E1DC; }

 p { color: rgb(194,225,220); }

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

background-color css

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

 a { background-color: rgb(194,225,220); }

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

border-color css

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

 span { border-color: rgb(194,225,220); }

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