#D4ECF0

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

Shades of Oyster Bay #D4ECF0

Tints of Oyster Bay #D4ECF0

Color information

#D4ECF0 (or 0xD4ECF0) is unknown color: approx Oyster Bay. HEX triplet: D4, EC and F0. RGB value is (212,236,240). Sum of RGB (Red+Green+Blue) = 212+236+240=688 (91% of max value = 765). Red value is 212 (83.20% from 255 or 30.81% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 240 (94.14% from 255 or 34.88% from 688); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4ECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4ECF0 is #2B130F. Grayscale: #E5E5E5. Windows color (decimal): -2822928 or 15789268. OLE color: 15789268.

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

Color convert

RGB212236240-
CMYK0.120.0200.06
HSL188.57º48.28%88.63%-
HSV(B)188.57º11.67%94.12%-
XYZ72.8880.2894.09-
YUV229.28134.05115.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.81%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 240 (94.14% from 255) = 34.88%
R=30.81%
G=34.30%
B=34.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122362400.120.0200.06188.5748.2888.63
HexD4ECF0C206bd3059
Octal3243543601420627560131
Binary1101010011101100111100001100100110101111011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ECF0; }

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

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

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

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

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

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

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

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