#D7EFEE

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

Shades of Oyster Bay #D7EFEE

Tints of Oyster Bay #D7EFEE

Color information

#D7EFEE (or 0xD7EFEE) is unknown color: approx Oyster Bay. HEX triplet: D7, EF and EE. RGB value is (215,239,238). Sum of RGB (Red+Green+Blue) = 215+239+238=692 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.07% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFEE is #281011. Grayscale: #E7E7E7. Windows color (decimal): -2625554 or 15658967. OLE color: 15658967.

HSL color Cylindrical-coordinate representation of color #D7EFEE: hue angle of 177.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 #D7EFEE is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB215239238-
CMYK0.1000.000.06
HSL177.5º42.86%89.02%-
HSV(B)177.5º10.04%93.73%-
XYZ74.3282.3592.87-
YUV231.71131.55116.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.07%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=31.07%
G=34.54%
B=34.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392380.1000.000.06177.542.8689.02
HexD7EFEEA006b22b59
Octal3273573561200626253131
Binary110101111110111111101110101000110101100101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFEE; }

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

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

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

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

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

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

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

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