#D6EEED

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

Shades of Oyster Bay #D6EEED

Tints of Oyster Bay #D6EEED

Color information

#D6EEED (or 0xD6EEED) is unknown color: approx Oyster Bay. HEX triplet: D6, EE and ED. RGB value is (214,238,237). Sum of RGB (Red+Green+Blue) = 214+238+237=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEED is #291112. Grayscale: #E6E6E6. Windows color (decimal): -2691347 or 15593174. OLE color: 15593174.

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

Color convert

RGB214238237-
CMYK0.1000.000.07
HSL177.5º41.38%88.63%-
HSV(B)177.5º10.08%93.33%-
XYZ73.5981.5691.98-
YUV230.71131.55116.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.06%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=31.06%
G=34.54%
B=34.40%

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
Decimal2142382370.1000.000.07177.541.3888.63
HexD6EEEDA007b22959
Octal3263563551200726251131
Binary110101101110111011101101101000111101100101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEED; }

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

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

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

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

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

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

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

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