#D7EEEF

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

Shades of Oyster Bay #D7EEEF

Tints of Oyster Bay #D7EEEF

Color information

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

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

Color convert

RGB215238239-
CMYK0.100.0000.06
HSL182.5º42.86%89.02%-
HSV(B)182.5º10.04%93.73%-
XYZ74.1881.8393.55-
YUV231.24132.38116.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152382390.100.0000.06182.542.8689.02
HexD7EEEFA006b62b59
Octal3273563571200626653131
Binary110101111110111011101111101000110101101101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EEEF; }

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

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

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

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

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

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

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

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