#CCE8EE

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

Shades of Onahau #CCE8EE

Tints of Onahau #CCE8EE

Color information

#CCE8EE (or 0xCCE8EE) is unknown color: approx Onahau. HEX triplet: CC, E8 and EE. RGB value is (204,232,238). Sum of RGB (Red+Green+Blue) = 204+232+238=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8EE is #331711. Grayscale: #E0E0E0. Windows color (decimal): -3348242 or 15657164. OLE color: 15657164.

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

Color convert

RGB204232238-
CMYK0.140.0300.07
HSL190.59º50%86.67%-
HSV(B)190.59º14.29%93.33%-
XYZ69.1976.7292.05-
YUV224.31135.72113.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=30.27%
G=34.42%
B=35.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042322380.140.0300.07190.595086.67
HexCCE8EEE307bf3257
Octal3143503561630727762127
Binary1100110011101000111011101110110111101111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8EE; }

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

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

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

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

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

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

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

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