#CEE8EC

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

Shades of Oyster Bay #CEE8EC

Tints of Oyster Bay #CEE8EC

Color information

#CEE8EC (or 0xCEE8EC) is unknown color: approx Oyster Bay. HEX triplet: CE, E8 and EC. RGB value is (206,232,236). Sum of RGB (Red+Green+Blue) = 206+232+236=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8EC is #311713. Grayscale: #E0E0E0. Windows color (decimal): -3217172 or 15526094. OLE color: 15526094.

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

Color convert

RGB206232236-
CMYK0.130.0200.07
HSL188º44.12%86.67%-
HSV(B)188º12.71%92.55%-
XYZ69.4576.8990.54-
YUV224.68134.39114.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.56%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=30.56%
G=34.42%
B=35.01%

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
Decimal2062322360.130.0200.0718844.1286.67
HexCEE8ECD207bc2c57
Octal3163503541520727454127
Binary1100111011101000111011001101100111101111001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8EC; }

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

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

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

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

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

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

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

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