#CCE8EF

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

Shades of Onahau #CCE8EF

Tints of Onahau #CCE8EF

Color information

#CCE8EF (or 0xCCE8EF) is unknown color: approx Onahau. HEX triplet: CC, E8 and EF. RGB value is (204,232,239). Sum of RGB (Red+Green+Blue) = 204+232+239=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8EF is #331710. Grayscale: #E0E0E0. Windows color (decimal): -3348241 or 15722700. OLE color: 15722700.

HSL color Cylindrical-coordinate representation of color #CCE8EF: hue angle of 192º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE8EF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204232239-
CMYK0.150.0300.06
HSL192º52.24%86.86%-
HSV(B)192º14.64%93.73%-
XYZ69.3476.7892.83-
YUV224.43136.22113.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.22%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 239 (93.75% from 255) = 35.41%
R=30.22%
G=34.37%
B=35.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042322390.150.0300.0619252.2486.86
HexCCE8EFF306c03457
Octal3143503571730630064127
Binary1100110011101000111011111111110110110000001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8EF; }

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

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

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

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

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

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

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

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