Html Css Color HEX #C2E0DC Jagged Ice

📋 copy color: '#C2E0DC'

red 194 ◦ green 224 ◦ blue 220

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

Shades of Jagged Ice #C2E0DC

Tints of Jagged Ice #C2E0DC

RGB

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

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

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

R = 30.41%
G = 35.11%
B = 34.48%

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

#C2E0DC (or 0xC2E0DC) is known color: Jagged Ice. HEX triplet: C2, E0 and DC. RGB value is (194,224,220). Sum of RGB (Red+Green+Blue) = 194+224+220=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0DC is #3D1F23. Grayscale: #D6D6D6. Windows color (decimal): -4005668 or 14475458. OLE color: 14475458.

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

Color convert

RGB 194 224 220 -
CMYK 0.13 0 0.02 0.12
HSL 172º 0.33% 0.82% -
HSV(B) 172º 0.13% 0.88% -
XYZ 61.82 69.95 77.95 -
YUV 214.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 194 224 220 0.13 0 0.02 0.12 172 0.33 0.82
Hex C2 E0 DC D 0 2 C AC 21 52
Octal 302 340 334 15 0 2 14 254 41 122
Binary 11000010 11100000 11011100 1101 0 10 1100 10101100 100001 1010010

Color Harmonies of #C2E0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0DC

Black with #C2E0DC

Text Example


Text Example

White with #C2E0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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