#DCEBEC

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

Shades of Oyster Bay #DCEBEC

Tints of Oyster Bay #DCEBEC

Color information

#DCEBEC (or 0xDCEBEC) is unknown color: approx Oyster Bay. HEX triplet: DC, EB and EC. RGB value is (220,235,236). Sum of RGB (Red+Green+Blue) = 220+235+236=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 235 (92.19% from 255 or 34.01% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBEC is #231413. Grayscale: #E6E6E6. Windows color (decimal): -2298900 or 15526876. OLE color: 15526876.

HSL color Cylindrical-coordinate representation of color #DCEBEC: hue angle of 183.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEBEC is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220235236-
CMYK0.070.0000.07
HSL183.75º29.63%89.41%-
HSV(B)183.75º6.78%92.55%-
XYZ74.3680.6991.01-
YUV230.63131.03120.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 235 (92.19% from 255) = 34.01%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=31.84%
G=34.01%
B=34.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202352360.070.0000.07183.7529.6389.41
HexDCEBEC7007b81e59
Octal334353354700727036131
Binary1101110011101011111011001110011110111000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBEC; }

 p { color: rgb(220,235,236); }

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

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

 a { background-color: rgb(220,235,236); }

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

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

 span { border-color: rgb(220,235,236); }

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