#D6EAEB

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

Shades of Oyster Bay #D6EAEB

Tints of Oyster Bay #D6EAEB

Color information

#D6EAEB (or 0xD6EAEB) is unknown color: approx Oyster Bay. HEX triplet: D6, EA and EB. RGB value is (214,234,235). Sum of RGB (Red+Green+Blue) = 214+234+235=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAEB is #291514. Grayscale: #E4E4E4. Windows color (decimal): -2692373 or 15461078. OLE color: 15461078.

HSL color Cylindrical-coordinate representation of color #D6EAEB: hue angle of 182.86º 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 #D6EAEB is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214234235-
CMYK0.090.0000.08
HSL182.86º34.43%88.04%-
HSV(B)182.86º8.94%92.16%-
XYZ72.1579.1490.07-
YUV228.13131.87117.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.33%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 235 (92.19% from 255) = 34.41%
R=31.33%
G=34.26%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142342350.090.0000.08182.8634.4388.04
HexD6EAEB9008b72258
Octal32635235311001026742130
Binary1101011011101010111010111001001000101101111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAEB; }

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

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

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

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

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

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

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

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