#D4EBEF

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

Shades of Oyster Bay #D4EBEF

Tints of Oyster Bay #D4EBEF

Color information

#D4EBEF (or 0xD4EBEF) is unknown color: approx Oyster Bay. HEX triplet: D4, EB and EF. RGB value is (212,235,239). Sum of RGB (Red+Green+Blue) = 212+235+239=686 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.90% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EBEF is #2B1410. Grayscale: #E4E4E4. Windows color (decimal): -2823185 or 15723476. OLE color: 15723476.

HSL color Cylindrical-coordinate representation of color #D4EBEF: hue angle of 188.89º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EBEF is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212235239-
CMYK0.110.0200.06
HSL188.89º45.76%88.43%-
HSV(B)188.89º11.3%93.73%-
XYZ72.4479.6593.22-
YUV228.58133.88116.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.90%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=30.90%
G=34.26%
B=34.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122352390.110.0200.06188.8945.7688.43
HexD4EBEFB206bd2e58
Octal3243533571320627556130
Binary1101010011101011111011111011100110101111011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBEF; }

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

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

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

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

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

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

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

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