#D8ECEE

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

Shades of Oyster Bay #D8ECEE

Tints of Oyster Bay #D8ECEE

Color information

#D8ECEE (or 0xD8ECEE) is unknown color: approx Oyster Bay. HEX triplet: D8, EC and EE. RGB value is (216,236,238). Sum of RGB (Red+Green+Blue) = 216+236+238=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 236 (92.58% from 255 or 34.20% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #D8ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECEE is #271311. Grayscale: #E6E6E6. Windows color (decimal): -2560786 or 15658200. OLE color: 15658200.

HSL color Cylindrical-coordinate representation of color #D8ECEE: hue angle of 185.45º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8ECEE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216236238-
CMYK0.090.0100.07
HSL185.45º39.29%89.02%-
HSV(B)185.45º9.24%93.33%-
XYZ73.7580.7692.59-
YUV230.25132.37117.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.30%
GREEN value IS 236 (92.58% from 255) = 34.20%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=31.30%
G=34.20%
B=34.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162362380.090.0100.07185.4539.2989.02
HexD8ECEE9107b92759
Octal3303543561110727147131
Binary110110001110110011101110100110111101110011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ECEE; }

 p { color: rgb(216,236,238); }

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

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

 a { background-color: rgb(216,236,238); }

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

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

 span { border-color: rgb(216,236,238); }

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