#CCE7EC

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

Shades of Onahau #CCE7EC

Tints of Onahau #CCE7EC

Color information

#CCE7EC (or 0xCCE7EC) is unknown color: approx Onahau. HEX triplet: CC, E7 and EC. RGB value is (204,231,236). Sum of RGB (Red+Green+Blue) = 204+231+236=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7EC is #331813. Grayscale: #DFDFDF. Windows color (decimal): -3348500 or 15525836. OLE color: 15525836.

HSL color Cylindrical-coordinate representation of color #CCE7EC: hue angle of 189.38º degrees, saturation: 0.46, 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 #CCE7EC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204231236-
CMYK0.140.0200.07
HSL189.38º45.71%86.27%-
HSV(B)189.38º13.56%92.55%-
XYZ68.6276.0590.42-
YUV223.5135.05114.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=30.40%
G=34.43%
B=35.17%

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
Decimal2042312360.140.0200.07189.3845.7186.27
HexCCE7ECE207bd2e56
Octal3143473541620727556126
Binary1100110011100111111011001110100111101111011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7EC; }

 p { color: rgb(204,231,236); }

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

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

 a { background-color: rgb(204,231,236); }

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

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

 span { border-color: rgb(204,231,236); }

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