#D4EDEF

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

Shades of Oyster Bay #D4EDEF

Tints of Oyster Bay #D4EDEF

Color information

#D4EDEF (or 0xD4EDEF) is unknown color: approx Oyster Bay. HEX triplet: D4, ED and EF. RGB value is (212,237,239). Sum of RGB (Red+Green+Blue) = 212+237+239=688 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.81% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4EDEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDEF is #2B1210. Grayscale: #E5E5E5. Windows color (decimal): -2822673 or 15723988. OLE color: 15723988.

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

Color convert

RGB212237239-
CMYK0.110.0100.06
HSL184.44º45.76%88.43%-
HSV(B)184.44º11.3%93.73%-
XYZ73.0280.893.41-
YUV229.75133.22115.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.81%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=30.81%
G=34.45%
B=34.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122372390.110.0100.06184.4445.7688.43
HexD4EDEFB106b82e58
Octal3243553571310627056130
Binary110101001110110111101111101110110101110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDEF; }

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

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

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

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

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

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

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

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