#D6ECEE

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

Shades of Oyster Bay #D6ECEE

Tints of Oyster Bay #D6ECEE

Color information

#D6ECEE (or 0xD6ECEE) is unknown color: approx Oyster Bay. HEX triplet: D6, EC and EE. RGB value is (214,236,238). Sum of RGB (Red+Green+Blue) = 214+236+238=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6ECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECEE is #291311. Grayscale: #E5E5E5. Windows color (decimal): -2691858 or 15658198. OLE color: 15658198.

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

Color convert

RGB214236238-
CMYK0.100.0100.07
HSL185º41.38%88.63%-
HSV(B)185º10.08%93.33%-
XYZ73.1680.4692.56-
YUV229.65132.71116.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 238 (93.36% from 255) = 34.59%
R=31.10%
G=34.30%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362380.100.0100.0718541.3888.63
HexD6ECEEA107b92959
Octal3263543561210727151131
Binary110101101110110011101110101010111101110011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECEE; }

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

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

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

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

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

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

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

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