#CEEDEC

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

Shades of Oyster Bay #CEEDEC

Tints of Oyster Bay #CEEDEC

Color information

#CEEDEC (or 0xCEEDEC) is unknown color: approx Oyster Bay. HEX triplet: CE, ED and EC. RGB value is (206,237,236). Sum of RGB (Red+Green+Blue) = 206+237+236=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 237 (92.97% from 255 or 34.90% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEC is #311213. Grayscale: #E3E3E3. Windows color (decimal): -3215892 or 15527374. OLE color: 15527374.

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

Color convert

RGB206237236-
CMYK0.1300.000.07
HSL178.06º46.27%86.86%-
HSV(B)178.06º13.08%92.94%-
XYZ70.8879.7591.01-
YUV227.62132.73112.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.34%
GREEN value IS 237 (92.97% from 255) = 34.90%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=30.34%
G=34.90%
B=34.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372360.1300.000.07178.0646.2786.86
HexCEEDECD007b22e57
Octal3163553541500726256127
Binary110011101110110111101100110100111101100101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDEC; }

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

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

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

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

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

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

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

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