Html Css Color HEX #C8E7E1 Jagged Ice

📋 copy color: '#C8E7E1'

red 200 ◦ green 231 ◦ blue 225

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

Shades of Jagged Ice #C8E7E1

Tints of Jagged Ice #C8E7E1

RGB

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

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

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

R = 30.49%
G = 35.21%
B = 34.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#C8E7E1 (or 0xC8E7E1) is known color: Jagged Ice. HEX triplet: C8, E7 and E1. RGB value is (200,231,225). Sum of RGB (Red+Green+Blue) = 200+231+225=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E7E1 is #37181E. Grayscale: #DDDDDD. Windows color (decimal): -3610655 or 14804936. OLE color: 14804936.

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

Color convert

RGB 200 231 225 -
CMYK 0.13 0 0.03 0.09
HSL 168.39º 0.39% 0.85% -
HSV(B) 168.39º 0.13% 0.91% -
XYZ 65.99 74.87 82.21 -
YUV 221.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 200 231 225 0.13 0 0.03 0.09 168.39 0.39 0.85
Hex C8 E7 E1 D 0 3 9 A8 27 55
Octal 310 347 341 15 0 3 11 250 47 125
Binary 11001000 11100111 11100001 1101 0 11 1001 10101000 100111 1010101

Color Harmonies of #C8E7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E7E1

Black with #C8E7E1

Text Example


Text Example

White with #C8E7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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