Html Css Color HEX #C2E1DB Jagged Ice

📋 copy color: '#C2E1DB'

red 194 ◦ green 225 ◦ blue 219

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

Shades of Jagged Ice #C2E1DB

Tints of Jagged Ice #C2E1DB

RGB

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

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

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

R = 30.41%
G = 35.27%
B = 34.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#C2E1DB (or 0xC2E1DB) is known color: Jagged Ice. HEX triplet: C2, E1 and DB. RGB value is (194,225,219). Sum of RGB (Red+Green+Blue) = 194+225+219=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1DB is #3D1E24. Grayscale: #D7D7D7. Windows color (decimal): -4005413 or 14410178. OLE color: 14410178.

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

Color convert

RGB 194 225 219 -
CMYK 0.14 0 0.03 0.12
HSL 168.39º 0.34% 0.82% -
HSV(B) 168.39º 0.14% 0.88% -
XYZ 61.96 70.43 77.35 -
YUV 215.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 194 225 219 0.14 0 0.03 0.12 168.39 0.34 0.82
Hex C2 E1 DB E 0 3 C A8 22 52
Octal 302 341 333 16 0 3 14 250 42 122
Binary 11000010 11100001 11011011 1110 0 11 1100 10101000 100010 1010010

Color Harmonies of #C2E1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E1DB

Black with #C2E1DB

Text Example


Text Example

White with #C2E1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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