#D4ECED

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

Shades of Oyster Bay #D4ECED

Tints of Oyster Bay #D4ECED

Color information

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

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

Color convert

RGB212236237-
CMYK0.110.0000.07
HSL182.4º40.98%88.04%-
HSV(B)182.4º10.55%92.94%-
XYZ72.4380.191.76-
YUV228.94132.55115.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122362370.110.0000.07182.440.9888.04
HexD4ECEDB007b62958
Octal3243543551300726651130
Binary110101001110110011101101101100111101101101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ECED; }

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

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

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

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

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

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

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

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