#D1ECEF

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

Shades of Oyster Bay #D1ECEF

Tints of Oyster Bay #D1ECEF

Color information

#D1ECEF (or 0xD1ECEF) is unknown color: approx Oyster Bay. HEX triplet: D1, EC and EF. RGB value is (209,236,239). Sum of RGB (Red+Green+Blue) = 209+236+239=684 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.56% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECEF is #2E1310. Grayscale: #E4E4E4. Windows color (decimal): -3019537 or 15723729. OLE color: 15723729.

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

Color convert

RGB209236239-
CMYK0.130.0100.06
HSL186º48.39%87.84%-
HSV(B)186º12.55%93.73%-
XYZ71.8779.7893.27-
YUV228.27134.05114.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.56%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=30.56%
G=34.50%
B=34.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092362390.130.0100.0618648.3987.84
HexD1ECEFD106ba3058
Octal3213543571510627260130
Binary110100011110110011101111110110110101110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECEF; }

 p { color: rgb(209,236,239); }

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

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

 a { background-color: rgb(209,236,239); }

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

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

 span { border-color: rgb(209,236,239); }

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