#CCE8ED

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

Shades of Onahau #CCE8ED

Tints of Onahau #CCE8ED

Color information

#CCE8ED (or 0xCCE8ED) is unknown color: approx Onahau. HEX triplet: CC, E8 and ED. RGB value is (204,232,237). Sum of RGB (Red+Green+Blue) = 204+232+237=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8ED is #331712. Grayscale: #E0E0E0. Windows color (decimal): -3348243 or 15591628. OLE color: 15591628.

HSL color Cylindrical-coordinate representation of color #CCE8ED: hue angle of 189.09º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE8ED is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204232237-
CMYK0.140.0200.07
HSL189.09º47.83%86.47%-
HSV(B)189.09º13.92%92.94%-
XYZ69.0476.6791.28-
YUV224.2135.22113.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 237 (92.97% from 255) = 35.22%
R=30.31%
G=34.47%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042322370.140.0200.07189.0947.8386.47
HexCCE8EDE207bd3056
Octal3143503551620727560126
Binary1100110011101000111011011110100111101111011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8ED; }

 p { color: rgb(204,232,237); }

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

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

 a { background-color: rgb(204,232,237); }

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

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

 span { border-color: rgb(204,232,237); }

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