#D4EDEC

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

Shades of Oyster Bay #D4EDEC

Tints of Oyster Bay #D4EDEC

Color information

#D4EDEC (or 0xD4EDEC) is unknown color: approx Oyster Bay. HEX triplet: D4, ED and EC. RGB value is (212,237,236). Sum of RGB (Red+Green+Blue) = 212+237+236=685 (90% of max value = 765). Red value is 212 (83.20% from 255 or 30.95% from 685); Green value is 237 (92.97% from 255 or 34.60% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EDEC is #2B1213. Grayscale: #E5E5E5. Windows color (decimal): -2822676 or 15527380. OLE color: 15527380.

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

Color convert

RGB212237236-
CMYK0.1100.000.07
HSL177.6º40.98%88.04%-
HSV(B)177.6º10.55%92.94%-
XYZ72.5880.6291.09-
YUV229.41131.72115.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.95%
GREEN value IS 237 (92.97% from 255) = 34.60%
BLUE value IS 236 (92.58% from 255) = 34.45%
R=30.95%
G=34.60%
B=34.45%

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
Decimal2122372360.1100.000.07177.640.9888.04
HexD4EDECB007b22958
Octal3243553541300726251130
Binary110101001110110111101100101100111101100101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDEC; }

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

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

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

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

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

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

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

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