Html Css Color HEX #C8E9E1 Jagged Ice

📋 copy color: '#C8E9E1'

red 200 ◦ green 233 ◦ blue 225

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

Shades of Jagged Ice #C8E9E1

Tints of Jagged Ice #C8E9E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.19%

R = 30.4%
G = 35.41%
B = 34.19%

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

#C8E9E1 (or 0xC8E9E1) is known color: Jagged Ice. HEX triplet: C8, E9 and E1. RGB value is (200,233,225). Sum of RGB (Red+Green+Blue) = 200+233+225=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E9E1 is #37161E. Grayscale: #DEDEDE. Windows color (decimal): -3610143 or 14805448. OLE color: 14805448.

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

Color convert

RGB 200 233 225 -
CMYK 0.14 0 0.03 0.09
HSL 165.45º 0.43% 0.85% -
HSV(B) 165.45º 0.14% 0.91% -
XYZ 66.55 75.99 82.39 -
YUV 222.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 200 233 225 0.14 0 0.03 0.09 165.45 0.43 0.85
Hex C8 E9 E1 E 0 3 9 A5 2B 55
Octal 310 351 341 16 0 3 11 245 53 125
Binary 11001000 11101001 11100001 1110 0 11 1001 10100101 101011 1010101

Color Harmonies of #C8E9E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E9E1

Black with #C8E9E1

Text Example


Text Example

White with #C8E9E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E9E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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