#D7EFEF

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

Shades of Oyster Bay #D7EFEF

Tints of Oyster Bay #D7EFEF

Color information

#D7EFEF (or 0xD7EFEF) is unknown color: approx Oyster Bay. HEX triplet: D7, EF and EF. RGB value is (215,239,239). Sum of RGB (Red+Green+Blue) = 215+239+239=693 (91% of max value = 765). Red value is 215 (84.38% from 255 or 31.02% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #D7EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFEF is #281010. Grayscale: #E7E7E7. Windows color (decimal): -2625553 or 15724503. OLE color: 15724503.

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

Color convert

RGB215239239-
CMYK0.10000.06
HSL180º42.86%89.02%-
HSV(B)180º10.04%93.73%-
XYZ74.4782.4193.64-
YUV231.82132.05116-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.02%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 239 (93.75% from 255) = 34.49%
R=31.02%
G=34.49%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152392390.10000.0618042.8689.02
HexD7EFEFA006b42b59
Octal3273573571200626453131
Binary110101111110111111101111101000110101101001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFEF; }

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

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

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

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

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

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

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

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