#CCE7EF

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

Shades of Onahau #CCE7EF

Tints of Onahau #CCE7EF

Color information

#CCE7EF (or 0xCCE7EF) is unknown color: approx Onahau. HEX triplet: CC, E7 and EF. RGB value is (204,231,239). Sum of RGB (Red+Green+Blue) = 204+231+239=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7EF is #331810. Grayscale: #DFDFDF. Windows color (decimal): -3348497 or 15722444. OLE color: 15722444.

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

Color convert

RGB204231239-
CMYK0.150.0300.06
HSL193.71º52.24%86.86%-
HSV(B)193.71º14.64%93.73%-
XYZ69.0676.2292.73-
YUV223.84136.55113.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 231 (90.62% from 255) = 34.27%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=30.27%
G=34.27%
B=35.46%

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
Decimal2042312390.150.0300.06193.7152.2486.86
HexCCE7EFF306c23457
Octal3143473571730630264127
Binary1100110011100111111011111111110110110000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7EF; }

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

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

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

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

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

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

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

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