#C8EBE5

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

Shades of Jagged Ice #C8EBE5

Tints of Jagged Ice #C8EBE5

Color information

#C8EBE5 (or 0xC8EBE5) is unknown color: approx Jagged Ice. HEX triplet: C8, EB and E5. RGB value is (200,235,229). Sum of RGB (Red+Green+Blue) = 200+235+229=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBE5 is #37141A. Grayscale: #DFDFDF. Windows color (decimal): -3609627 or 15068104. OLE color: 15068104.

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

Color convert

RGB200235229-
CMYK0.1500.030.08
HSL169.71º46.67%85.29%-
HSV(B)169.71º14.89%92.16%-
XYZ67.6777.3585.49-
YUV223.85130.9110.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 229 (89.84% from 255) = 34.49%
R=30.12%
G=35.39%
B=34.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002352290.1500.030.08169.7146.6785.29
HexC8EBE5F038aa2f55
Octal31035334517031025257125
Binary11001000111010111110010111110111000101010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBE5; }

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

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

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

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

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

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

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

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