#DCEDEC

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

Shades of Oyster Bay #DCEDEC

Tints of Oyster Bay #DCEDEC

Color information

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

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

Color convert

RGB220237236-
CMYK0.0700.000.07
HSL176.47º32.08%89.61%-
HSV(B)176.47º7.17%92.94%-
XYZ74.9481.8491.2-
YUV231.8130.37119.58-

RGB Variations

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

RGB

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

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
Decimal2202372360.0700.000.07176.4732.0889.61
HexDCEDEC7007b0205a
Octal334355354700726040132
Binary11011100111011011110110011100111101100001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDEC; }

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

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

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

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

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

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

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

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