#D4EBED

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

Shades of Oyster Bay #D4EBED

Tints of Oyster Bay #D4EBED

Color information

#D4EBED (or 0xD4EBED) is unknown color: approx Oyster Bay. HEX triplet: D4, EB and ED. RGB value is (212,235,237). Sum of RGB (Red+Green+Blue) = 212+235+237=684 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.99% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBED is #2B1412. Grayscale: #E4E4E4. Windows color (decimal): -2823187 or 15592404. OLE color: 15592404.

HSL color Cylindrical-coordinate representation of color #D4EBED: hue angle of 184.8º degrees, saturation: 0.41, 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 #D4EBED is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212235237-
CMYK0.110.0100.07
HSL184.8º40.98%88.04%-
HSV(B)184.8º10.55%92.94%-
XYZ72.1579.5391.67-
YUV228.35132.88116.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.99%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=30.99%
G=34.36%
B=34.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122352370.110.0100.07184.840.9888.04
HexD4EBEDB107b92958
Octal3243533551310727151130
Binary110101001110101111101101101110111101110011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBED; }

 p { color: rgb(212,235,237); }

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

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

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

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

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

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

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