#D7EFF2

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

Shades of Oyster Bay #D7EFF2

Tints of Oyster Bay #D7EFF2

Color information

#D7EFF2 (or 0xD7EFF2) is unknown color: approx Oyster Bay. HEX triplet: D7, EF and F2. RGB value is (215,239,242). Sum of RGB (Red+Green+Blue) = 215+239+242=696 (92% of max value = 765). Red value is 215 (84.38% from 255 or 30.89% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #D7EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EFF2 is #28100D. Grayscale: #E8E8E8. Windows color (decimal): -2625550 or 15921111. OLE color: 15921111.

HSL color Cylindrical-coordinate representation of color #D7EFF2: hue angle of 186.67º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7EFF2 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215239242-
CMYK0.110.0100.05
HSL186.67º50.94%89.61%-
HSV(B)186.67º11.16%94.9%-
XYZ74.9282.5996-
YUV232.17133.55115.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 30.89%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 242 (94.92% from 255) = 34.77%
R=30.89%
G=34.34%
B=34.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152392420.110.0100.05186.6750.9489.61
HexD7EFF2B105bb335a
Octal3273573621310527363132
Binary110101111110111111110010101110101101110111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFF2; }

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

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

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

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

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

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

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

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