#D3ECEB

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

Shades of Oyster Bay #D3ECEB

Tints of Oyster Bay #D3ECEB

Color information

#D3ECEB (or 0xD3ECEB) is unknown color: approx Oyster Bay. HEX triplet: D3, EC and EB. RGB value is (211,236,235). Sum of RGB (Red+Green+Blue) = 211+236+235=682 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.94% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #D3ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3ECEB is #2C1314. Grayscale: #E4E4E4. Windows color (decimal): -2888469 or 15461587. OLE color: 15461587.

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

Color convert

RGB211236235-
CMYK0.1100.000.07
HSL177.6º39.68%87.65%-
HSV(B)177.6º10.59%92.55%-
XYZ71.8579.8490.22-
YUV228.41131.72115.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.94%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=30.94%
G=34.60%
B=34.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112362350.1100.000.07177.639.6887.65
HexD3ECEBB007b22858
Octal3233543531300726250130
Binary110100111110110011101011101100111101100101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ECEB; }

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

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

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

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

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

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

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

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