#D3EEED

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

Shades of Oyster Bay #D3EEED

Tints of Oyster Bay #D3EEED

Color information

#D3EEED (or 0xD3EEED) is unknown color: approx Oyster Bay. HEX triplet: D3, EE and ED. RGB value is (211,238,237). Sum of RGB (Red+Green+Blue) = 211+238+237=686 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.76% from 686); Green value is 238 (93.36% from 255 or 34.69% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEED is #2C1112. Grayscale: #E5E5E5. Windows color (decimal): -2887955 or 15593171. OLE color: 15593171.

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

Color convert

RGB211238237-
CMYK0.1100.000.07
HSL177.78º44.26%88.04%-
HSV(B)177.78º11.34%93.33%-
XYZ72.7281.1191.94-
YUV229.81132.05114.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.76%
GREEN value IS 238 (93.36% from 255) = 34.69%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=30.76%
G=34.69%
B=34.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112382370.1100.000.07177.7844.2688.04
HexD3EEEDB007b22c58
Octal3233563551300726254130
Binary110100111110111011101101101100111101100101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EEED; }

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

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

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

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

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

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

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

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