#D6EDEC

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

Shades of Oyster Bay #D6EDEC

Tints of Oyster Bay #D6EDEC

Color information

#D6EDEC (or 0xD6EDEC) is unknown color: approx Oyster Bay. HEX triplet: D6, ED and EC. RGB value is (214,237,236). Sum of RGB (Red+Green+Blue) = 214+237+236=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 237 (92.97% from 255 or 34.50% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDEC is #291213. Grayscale: #E5E5E5. Windows color (decimal): -2691604 or 15527382. OLE color: 15527382.

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

Color convert

RGB214237236-
CMYK0.1000.000.07
HSL177.39º38.98%88.43%-
HSV(B)177.39º9.7%92.94%-
XYZ73.1680.9291.12-
YUV230.01131.38116.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.15%
GREEN value IS 237 (92.97% from 255) = 34.50%
BLUE value IS 236 (92.58% from 255) = 34.35%
R=31.15%
G=34.50%
B=34.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142372360.1000.000.07177.3938.9888.43
HexD6EDECA007b12758
Octal3263553541200726147130
Binary110101101110110111101100101000111101100011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EDEC; }

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

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

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

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

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

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

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

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