#DCECED

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

Shades of Oyster Bay #DCECED

Tints of Oyster Bay #DCECED

Color information

#DCECED (or 0xDCECED) is unknown color: approx Oyster Bay. HEX triplet: DC, EC and ED. RGB value is (220,236,237). Sum of RGB (Red+Green+Blue) = 220+236+237=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCECED is #231312. Grayscale: #E7E7E7. Windows color (decimal): -2298643 or 15592668. OLE color: 15592668.

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

Color convert

RGB220236237-
CMYK0.070.0000.07
HSL183.53º32.08%89.61%-
HSV(B)183.53º7.17%92.94%-
XYZ74.881.3291.88-
YUV231.33131.2119.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=31.75%
G=34.05%
B=34.20%

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
Decimal2202362370.070.0000.07183.5332.0889.61
HexDCECED7007b8205a
Octal334354355700727040132
Binary11011100111011001110110111100111101110001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCECED; }

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

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

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

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

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

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

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

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