#DCECEB

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

Shades of Oyster Bay #DCECEB

Tints of Oyster Bay #DCECEB

Color information

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

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

Color convert

RGB220236235-
CMYK0.0700.000.07
HSL176.25º29.63%89.41%-
HSV(B)176.25º6.78%92.55%-
XYZ74.5181.290.34-
YUV231.1130.2120.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202362350.0700.000.07176.2529.6389.41
HexDCECEB7007b01e59
Octal334354353700726036131
Binary1101110011101100111010111110011110110000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECEB; }

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

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

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

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

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

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

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

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