#DCEAEC

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

Shades of Oyster Bay #DCEAEC

Tints of Oyster Bay #DCEAEC

Color information

#DCEAEC (or 0xDCEAEC) is unknown color: approx Oyster Bay. HEX triplet: DC, EA and EC. RGB value is (220,234,236). Sum of RGB (Red+Green+Blue) = 220+234+236=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAEC is #231513. Grayscale: #E6E6E6. Windows color (decimal): -2299156 or 15526620. OLE color: 15526620.

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

Color convert

RGB220234236-
CMYK0.070.0100.07
HSL187.5º29.63%89.41%-
HSV(B)187.5º6.78%92.55%-
XYZ74.0880.1290.92-
YUV230.04131.36120.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=31.88%
G=33.91%
B=34.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202342360.070.0100.07187.529.6389.41
HexDCEAEC7107bc1e59
Octal334352354710727436131
Binary1101110011101010111011001111011110111100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEAEC; }

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

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

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

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

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

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

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

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