#CCE7EE

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

Shades of Onahau #CCE7EE

Tints of Onahau #CCE7EE

Color information

#CCE7EE (or 0xCCE7EE) is unknown color: approx Onahau. HEX triplet: CC, E7 and EE. RGB value is (204,231,238). Sum of RGB (Red+Green+Blue) = 204+231+238=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7EE is #331811. Grayscale: #DFDFDF. Windows color (decimal): -3348498 or 15656908. OLE color: 15656908.

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

Color convert

RGB204231238-
CMYK0.140.0300.07
HSL192.35º50%86.67%-
HSV(B)192.35º14.29%93.33%-
XYZ68.9176.1691.96-
YUV223.72136.05113.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=30.31%
G=34.32%
B=35.36%

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
Decimal2042312380.140.0300.07192.355086.67
HexCCE7EEE307c03257
Octal3143473561630730062127
Binary1100110011100111111011101110110111110000001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7EE; }

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

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

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

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

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

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

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

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