#CEE6EC

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

Shades of Onahau #CEE6EC

Tints of Onahau #CEE6EC

Color information

#CEE6EC (or 0xCEE6EC) is unknown color: approx Onahau. HEX triplet: CE, E6 and EC. RGB value is (206,230,236). Sum of RGB (Red+Green+Blue) = 206+230+236=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6EC is #311913. Grayscale: #DFDFDF. Windows color (decimal): -3217684 or 15525582. OLE color: 15525582.

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

Color convert

RGB206230236-
CMYK0.130.0300.07
HSL192º44.12%86.67%-
HSV(B)192º12.71%92.55%-
XYZ68.8975.7790.35-
YUV223.51135.05115.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 230 (90.23% from 255) = 34.23%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=30.65%
G=34.23%
B=35.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062302360.130.0300.0719244.1286.67
HexCEE6ECD307c02c57
Octal3163463541530730054127
Binary1100111011100110111011001101110111110000001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6EC; }

 p { color: rgb(206,230,236); }

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

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

 a { background-color: rgb(206,230,236); }

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

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

 span { border-color: rgb(206,230,236); }

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