Html Css Color HEX #C2E7DF Jagged Ice

📋 copy color: '#C2E7DF'

red 194 ◦ green 231 ◦ blue 223

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

Shades of Jagged Ice #C2E7DF

Tints of Jagged Ice #C2E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.65%

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

R = 29.94%
G = 35.65%
B = 34.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#C2E7DF (or 0xC2E7DF) is known color: Jagged Ice. HEX triplet: C2, E7 and DF. RGB value is (194,231,223). Sum of RGB (Red+Green+Blue) = 194+231+223=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E7DF is #3D1820. Grayscale: #DBDBDB. Windows color (decimal): -4003873 or 14673858. OLE color: 14673858.

HSL color Cylindrical-coordinate representation of color #C2E7DF: hue angle of 167.03º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E7DF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 231 223 -
CMYK 0.16 0 0.03 0.09
HSL 167.03º 0.44% 0.83% -
HSV(B) 167.03º 0.16% 0.91% -
XYZ 64.14 73.95 80.7 -
YUV 219.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 194 231 223 0.16 0 0.03 0.09 167.03 0.44 0.83
Hex C2 E7 DF 10 0 3 9 A7 2C 53
Octal 302 347 337 20 0 3 11 247 54 123
Binary 11000010 11100111 11011111 10000 0 11 1001 10100111 101100 1010011

Color Harmonies of #C2E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E7DF

Black with #C2E7DF

Text Example


Text Example

White with #C2E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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