Html Css Color HEX #C8E9E2 Jagged Ice

📋 copy color: '#C8E9E2'

red 200 ◦ green 233 ◦ blue 226

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

Shades of Jagged Ice #C8E9E2

Tints of Jagged Ice #C8E9E2

RGB

 RED value IS 200 (78.52% from 255) = 30.35%

 GREEN value IS 233 (91.41% from 255) = 35.36%

 BLUE value IS 226 (88.67% from 255) = 34.29%

R = 30.35%
G = 35.36%
B = 34.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#C8E9E2 (or 0xC8E9E2) is known color: Jagged Ice. HEX triplet: C8, E9 and E2. RGB value is (200,233,226). Sum of RGB (Red+Green+Blue) = 200+233+226=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E9E2 is #37161D. Grayscale: #DEDEDE. Windows color (decimal): -3610142 or 14870984. OLE color: 14870984.

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

Color convert

RGB 200 233 226 -
CMYK 0.14 0 0.03 0.09
HSL 167.27º 0.43% 0.85% -
HSV(B) 167.27º 0.14% 0.91% -
XYZ 66.69 76.05 83.12 -
YUV 222.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 200 233 226 0.14 0 0.03 0.09 167.27 0.43 0.85
Hex C8 E9 E2 E 0 3 9 A7 2B 55
Octal 310 351 342 16 0 3 11 247 53 125
Binary 11001000 11101001 11100010 1110 0 11 1001 10100111 101011 1010101

Color Harmonies of #C8E9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E9E2

Black with #C8E9E2

Text Example


Text Example

White with #C8E9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E9E2; }

 p { color: rgb(200,233,226); }

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

background-color css

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

 a { background-color: rgb(200,233,226); }

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

border-color css

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

 span { border-color: rgb(200,233,226); }

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