#DCEBEB

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

Shades of Oyster Bay #DCEBEB

Tints of Oyster Bay #DCEBEB

Color information

#DCEBEB (or 0xDCEBEB) is unknown color: approx Oyster Bay. HEX triplet: DC, EB and EB. RGB value is (220,235,235). Sum of RGB (Red+Green+Blue) = 220+235+235=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #DCEBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBEB is #231414. Grayscale: #E6E6E6. Windows color (decimal): -2298901 or 15461340. OLE color: 15461340.

HSL color Cylindrical-coordinate representation of color #DCEBEB: hue angle of 180º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBEB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220235235-
CMYK0.06000.08
HSL180º27.27%89.22%-
HSV(B)180º6.38%92.16%-
XYZ74.2280.6390.25-
YUV230.52130.53120.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=31.88%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352350.06000.0818027.2789.22
HexDCEBEB6008b41b59
Octal3343533536001026433131
Binary11011100111010111110101111000100010110100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBEB; }

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

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

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

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

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

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

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

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