#C8E4EC

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

Shades of Onahau #C8E4EC

Tints of Onahau #C8E4EC

Color information

#C8E4EC (or 0xC8E4EC) is unknown color: approx Onahau. HEX triplet: C8, E4 and EC. RGB value is (200,228,236). Sum of RGB (Red+Green+Blue) = 200+228+236=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8E4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E4EC is #371B13. Grayscale: #DCDCDC. Windows color (decimal): -3611412 or 15525064. OLE color: 15525064.

HSL color Cylindrical-coordinate representation of color #C8E4EC: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8E4EC is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200228236-
CMYK0.150.0300.07
HSL193.33º48.65%85.49%-
HSV(B)193.33º15.25%92.55%-
XYZ66.773.8290.09-
YUV220.54136.72113.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 228 (89.45% from 255) = 34.34%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=30.12%
G=34.34%
B=35.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002282360.150.0300.07193.3348.6585.49
HexC8E4ECF307c13155
Octal3103443541730730161125
Binary1100100011100100111011001111110111110000011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E4EC; }

 p { color: rgb(200,228,236); }

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

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

 a { background-color: rgb(200,228,236); }

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

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

 span { border-color: rgb(200,228,236); }

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