#D7ECEF

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

Shades of Oyster Bay #D7ECEF

Tints of Oyster Bay #D7ECEF

Color information

#D7ECEF (or 0xD7ECEF) is unknown color: approx Oyster Bay. HEX triplet: D7, EC and EF. RGB value is (215,236,239). Sum of RGB (Red+Green+Blue) = 215+236+239=690 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.16% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7ECEF is #281310. Grayscale: #E6E6E6. Windows color (decimal): -2626321 or 15723735. OLE color: 15723735.

HSL color Cylindrical-coordinate representation of color #D7ECEF: hue angle of 187.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7ECEF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215236239-
CMYK0.100.0100.06
HSL187.5º42.86%89.02%-
HSV(B)187.5º10.04%93.73%-
XYZ73.680.6793.35-
YUV230.06133.04117.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.16%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=31.16%
G=34.20%
B=34.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152362390.100.0100.06187.542.8689.02
HexD7ECEFA106bc2b59
Octal3273543571210627453131
Binary110101111110110011101111101010110101111001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECEF; }

 p { color: rgb(215,236,239); }

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

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

 a { background-color: rgb(215,236,239); }

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

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

 span { border-color: rgb(215,236,239); }

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