#C8EBE7

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

Shades of Jagged Ice #C8EBE7

Tints of Jagged Ice #C8EBE7

Color information

#C8EBE7 (or 0xC8EBE7) is unknown color: approx Jagged Ice. HEX triplet: C8, EB and E7. RGB value is (200,235,231). Sum of RGB (Red+Green+Blue) = 200+235+231=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EBE7 is #371418. Grayscale: #E0E0E0. Windows color (decimal): -3609625 or 15199176. OLE color: 15199176.

HSL color Cylindrical-coordinate representation of color #C8EBE7: hue angle of 173.14º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBE7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB200235231-
CMYK0.1500.020.08
HSL173.14º46.67%85.29%-
HSV(B)173.14º14.89%92.16%-
XYZ67.9577.4786.97-
YUV224.08131.9110.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.03%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 231 (90.62% from 255) = 34.68%
R=30.03%
G=35.29%
B=34.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002352310.1500.020.08173.1446.6785.29
HexC8EBE7F028ad2f55
Octal31035334717021025557125
Binary11001000111010111110011111110101000101011011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBE7; }

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

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

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

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

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

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

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

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