#CEE7EC

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

Shades of Onahau #CEE7EC

Tints of Onahau #CEE7EC

Color information

#CEE7EC (or 0xCEE7EC) is unknown color: approx Onahau. HEX triplet: CE, E7 and EC. RGB value is (206,231,236). Sum of RGB (Red+Green+Blue) = 206+231+236=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7EC is #311813. Grayscale: #E0E0E0. Windows color (decimal): -3217428 or 15525838. OLE color: 15525838.

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

Color convert

RGB206231236-
CMYK0.130.0200.07
HSL190º44.12%86.67%-
HSV(B)190º12.71%92.55%-
XYZ69.1776.3390.44-
YUV224.09134.72115.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=30.61%
G=34.32%
B=35.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062312360.130.0200.0719044.1286.67
HexCEE7ECD207be2c57
Octal3163473541520727654127
Binary1100111011100111111011001101100111101111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7EC; }

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

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

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

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

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

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

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

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