#D6ECEB

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

Shades of Oyster Bay #D6ECEB

Tints of Oyster Bay #D6ECEB

Color information

#D6ECEB (or 0xD6ECEB) is unknown color: approx Oyster Bay. HEX triplet: D6, EC and EB. RGB value is (214,236,235). Sum of RGB (Red+Green+Blue) = 214+236+235=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECEB is #291314. Grayscale: #E5E5E5. Windows color (decimal): -2691861 or 15461590. OLE color: 15461590.

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

Color convert

RGB214236235-
CMYK0.0900.000.07
HSL177.27º36.67%88.24%-
HSV(B)177.27º9.32%92.55%-
XYZ72.7280.2990.26-
YUV229.31131.21117.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.24%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=31.24%
G=34.45%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362350.0900.000.07177.2736.6788.24
HexD6ECEB9007b12558
Octal3263543531100726145130
Binary110101101110110011101011100100111101100011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECEB; }

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

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

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

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

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

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

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

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