Html Css Color HEX #C2E1DF Jagged Ice

📋 copy color: '#C2E1DF'

red 194 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #C2E1DF

Tints of Jagged Ice #C2E1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.74%

R = 30.22%
G = 35.05%
B = 34.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#C2E1DF (or 0xC2E1DF) is known color: Jagged Ice. HEX triplet: C2, E1 and DF. RGB value is (194,225,223). Sum of RGB (Red+Green+Blue) = 194+225+223=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1DF is #3D1E20. Grayscale: #D7D7D7. Windows color (decimal): -4005409 or 14672322. OLE color: 14672322.

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

Color convert

RGB 194 225 223 -
CMYK 0.14 0 0.01 0.12
HSL 176.13º 0.34% 0.82% -
HSV(B) 176.13º 0.14% 0.88% -
XYZ 62.49 70.65 80.15 -
YUV 215.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 194 225 223 0.14 0 0.01 0.12 176.13 0.34 0.82
Hex C2 E1 DF E 0 1 C B0 22 52
Octal 302 341 337 16 0 1 14 260 42 122
Binary 11000010 11100001 11011111 1110 0 1 1100 10110000 100010 1010010

Color Harmonies of #C2E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E1DF

Black with #C2E1DF

Text Example


Text Example

White with #C2E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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