Html Css Color HEX #C8E9E5 Jagged Ice

📋 copy color: '#C8E9E5'

red 200 ◦ green 233 ◦ blue 229

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

Shades of Jagged Ice #C8E9E5

Tints of Jagged Ice #C8E9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.59%

R = 30.21%
G = 35.2%
B = 34.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#C8E9E5 (or 0xC8E9E5) is known color: Jagged Ice. HEX triplet: C8, E9 and E5. RGB value is (200,233,229). Sum of RGB (Red+Green+Blue) = 200+233+229=662 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.21% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E9E5 is #37161A. Grayscale: #DEDEDE. Windows color (decimal): -3610139 or 15067592. OLE color: 15067592.

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

Color convert

RGB 200 233 229 -
CMYK 0.14 0 0.02 0.09
HSL 172.73º 0.43% 0.85% -
HSV(B) 172.73º 0.14% 0.91% -
XYZ 67.1 76.21 85.3 -
YUV 222.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 200 233 229 0.14 0 0.02 0.09 172.73 0.43 0.85
Hex C8 E9 E5 E 0 2 9 AD 2B 55
Octal 310 351 345 16 0 2 11 255 53 125
Binary 11001000 11101001 11100101 1110 0 10 1001 10101101 101011 1010101

Color Harmonies of #C8E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E9E5

Black with #C8E9E5

Text Example


Text Example

White with #C8E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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