#D6ECF0

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

Shades of Oyster Bay #D6ECF0

Tints of Oyster Bay #D6ECF0

Color information

#D6ECF0 (or 0xD6ECF0) is unknown color: approx Oyster Bay. HEX triplet: D6, EC and F0. RGB value is (214,236,240). Sum of RGB (Red+Green+Blue) = 214+236+240=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6ECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECF0 is #29130F. Grayscale: #E5E5E5. Windows color (decimal): -2691856 or 15789270. OLE color: 15789270.

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

Color convert

RGB214236240-
CMYK0.110.0200.06
HSL189.23º46.43%89.02%-
HSV(B)189.23º10.83%94.12%-
XYZ73.4680.5894.12-
YUV229.88133.71116.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.01%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=31.01%
G=34.20%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142362400.110.0200.06189.2346.4389.02
HexD6ECF0B206bd2e59
Octal3263543601320627556131
Binary1101011011101100111100001011100110101111011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECF0; }

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

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

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

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

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

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

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

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