#D6EBEB

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

Shades of Oyster Bay #D6EBEB

Tints of Oyster Bay #D6EBEB

Color information

#D6EBEB (or 0xD6EBEB) is unknown color: approx Oyster Bay. HEX triplet: D6, EB and EB. RGB value is (214,235,235). Sum of RGB (Red+Green+Blue) = 214+235+235=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #D6EBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBEB is #291414. Grayscale: #E4E4E4. Windows color (decimal): -2692117 or 15461334. OLE color: 15461334.

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

Color convert

RGB214235235-
CMYK0.09000.08
HSL180º34.43%88.04%-
HSV(B)180º8.94%92.16%-
XYZ72.4479.7190.17-
YUV228.72131.54117.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=31.29%
G=34.36%
B=34.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352350.09000.0818034.4388.04
HexD6EBEB9008b42258
Octal32635335311001026442130
Binary1101011011101011111010111001001000101101001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBEB; }

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

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

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

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

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

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

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

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