#D6EEEF

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

Shades of Oyster Bay #D6EEEF

Tints of Oyster Bay #D6EEEF

Color information

#D6EEEF (or 0xD6EEEF) is unknown color: approx Oyster Bay. HEX triplet: D6, EE and EF. RGB value is (214,238,239). Sum of RGB (Red+Green+Blue) = 214+238+239=691 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.97% from 691); Green value is 238 (93.36% from 255 or 34.44% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6EEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEEF is #291110. Grayscale: #E6E6E6. Windows color (decimal): -2691345 or 15724246. OLE color: 15724246.

HSL color Cylindrical-coordinate representation of color #D6EEEF: hue angle of 182.4º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EEEF is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214238239-
CMYK0.100.0000.06
HSL182.4º43.86%88.82%-
HSV(B)182.4º10.46%93.73%-
XYZ73.8981.6893.53-
YUV230.94132.55115.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.97%
GREEN value IS 238 (93.36% from 255) = 34.44%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=30.97%
G=34.44%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142382390.100.0000.06182.443.8688.82
HexD6EEEFA006b62c59
Octal3263563571200626654131
Binary110101101110111011101111101000110101101101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEEF; }

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

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

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

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

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

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

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

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