#C8E9E3

Color #C8E9E3 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C8E9E3

Tints of Jagged Ice #C8E9E3

Color information

#C8E9E3 (or 0xC8E9E3) is unknown color: approx Jagged Ice. HEX triplet: C8, E9 and E3. RGB value is (200,233,227). Sum of RGB (Red+Green+Blue) = 200+233+227=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 227 (89.06% from 255 or 34.39% from 660); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E9E3 is #37161C. Grayscale: #DEDEDE. Windows color (decimal): -3610141 or 14936520. OLE color: 14936520.

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

Color convert

RGB200233227-
CMYK0.1400.030.09
HSL169.09º42.86%84.9%-
HSV(B)169.09º14.16%91.37%-
XYZ66.8276.183.84-
YUV222.45130.57111.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.30%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 227 (89.06% from 255) = 34.39%
R=30.30%
G=35.30%
B=34.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2002332270.1400.030.09169.0942.8684.9
HexC8E9E3E039a92b55
Octal31035134316031125153125
Binary11001000111010011110001111100111001101010011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E9E3; }

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

 H1.HeaderClassName
 {
   color: #C8E9E3;
 }
 .AnyTagClassName
 {
   color: #C8E9E3;
 }
</style>
background-color css

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

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

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

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

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

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