#D0ECEF

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

Shades of Oyster Bay #D0ECEF

Tints of Oyster Bay #D0ECEF

Color information

#D0ECEF (or 0xD0ECEF) is unknown color: approx Oyster Bay. HEX triplet: D0, EC and EF. RGB value is (208,236,239). Sum of RGB (Red+Green+Blue) = 208+236+239=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #D0ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECEF is #2F1310. Grayscale: #E3E3E3. Windows color (decimal): -3085073 or 15723728. OLE color: 15723728.

HSL color Cylindrical-coordinate representation of color #D0ECEF: hue angle of 185.81º degrees, saturation: 0.49, 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 #D0ECEF is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB208236239-
CMYK0.130.0100.06
HSL185.81º49.21%87.65%-
HSV(B)185.81º12.97%93.73%-
XYZ71.5979.6393.26-
YUV227.97134.22113.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.45%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=30.45%
G=34.55%
B=34.99%

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
Decimal2082362390.130.0100.06185.8149.2187.65
HexD0ECEFD106ba3158
Octal3203543571510627261130
Binary110100001110110011101111110110110101110101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ECEF; }

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

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

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

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

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

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

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

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