#D8EFF3

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

Shades of Oyster Bay #D8EFF3

Tints of Oyster Bay #D8EFF3

Color information

#D8EFF3 (or 0xD8EFF3) is unknown color: approx Oyster Bay. HEX triplet: D8, EF and F3. RGB value is (216,239,243). Sum of RGB (Red+Green+Blue) = 216+239+243=698 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.95% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 243 (95.31% from 255 or 34.81% from 698); Max value from RGB is 243 - color contains mainly: blue. Hex color #D8EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8EFF3 is #27100C. Grayscale: #E8E8E8. Windows color (decimal): -2560013 or 15986648. OLE color: 15986648.

HSL color Cylindrical-coordinate representation of color #D8EFF3: hue angle of 188.89º degrees, saturation: 0.53, 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 #D8EFF3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216239243-
CMYK0.110.0200.05
HSL188.89º52.94%90%-
HSV(B)188.89º11.11%95.29%-
XYZ75.3682.896.8-
YUV232.58133.88116.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.95%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 243 (95.31% from 255) = 34.81%
R=30.95%
G=34.24%
B=34.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162392430.110.0200.05188.8952.9490
HexD8EFF3B205bd355a
Octal3303573631320527565132
Binary1101100011101111111100111011100101101111011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EFF3; }

 p { color: rgb(216,239,243); }

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

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

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

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

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

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

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