#D5ECEF

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

Shades of Oyster Bay #D5ECEF

Tints of Oyster Bay #D5ECEF

Color information

#D5ECEF (or 0xD5ECEF) is unknown color: approx Oyster Bay. HEX triplet: D5, EC and EF. RGB value is (213,236,239). Sum of RGB (Red+Green+Blue) = 213+236+239=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 239 (93.75% from 255 or 34.74% from 688); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5ECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5ECEF is #2A1310. Grayscale: #E5E5E5. Windows color (decimal): -2757393 or 15723733. OLE color: 15723733.

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

Color convert

RGB213236239-
CMYK0.110.0100.06
HSL186.92º44.83%88.63%-
HSV(B)186.92º10.88%93.73%-
XYZ73.0280.3793.33-
YUV229.46133.38116.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.96%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 239 (93.75% from 255) = 34.74%
R=30.96%
G=34.30%
B=34.74%

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
Decimal2132362390.110.0100.06186.9244.8388.63
HexD5ECEFB106bb2d59
Octal3253543571310627355131
Binary110101011110110011101111101110110101110111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECEF; }

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

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

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

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

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

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

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

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