#D6EEF0

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

Shades of Oyster Bay #D6EEF0

Tints of Oyster Bay #D6EEF0

Color information

#D6EEF0 (or 0xD6EEF0) is unknown color: approx Oyster Bay. HEX triplet: D6, EE and F0. RGB value is (214,238,240). Sum of RGB (Red+Green+Blue) = 214+238+240=692 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.92% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6EEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEF0 is #29110F. Grayscale: #E7E7E7. Windows color (decimal): -2691344 or 15789782. OLE color: 15789782.

HSL color Cylindrical-coordinate representation of color #D6EEF0: hue angle of 184.62º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6EEF0 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214238240-
CMYK0.110.0100.06
HSL184.62º46.43%89.02%-
HSV(B)184.62º10.83%94.12%-
XYZ74.0381.7494.31-
YUV231.05133.05115.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.92%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 240 (94.14% from 255) = 34.68%
R=30.92%
G=34.39%
B=34.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142382400.110.0100.06184.6246.4389.02
HexD6EEF0B106b92e59
Octal3263563601310627156131
Binary110101101110111011110000101110110101110011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEF0; }

 p { color: rgb(214,238,240); }

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

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

 a { background-color: rgb(214,238,240); }

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

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

 span { border-color: rgb(214,238,240); }

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