#D6EEEE

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

Shades of Oyster Bay #D6EEEE

Tints of Oyster Bay #D6EEEE

Color information

#D6EEEE (or 0xD6EEEE) is unknown color: approx Oyster Bay. HEX triplet: D6, EE and EE. RGB value is (214,238,238). Sum of RGB (Red+Green+Blue) = 214+238+238=690 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.01% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #D6EEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EEEE is #291111. Grayscale: #E6E6E6. Windows color (decimal): -2691346 or 15658710. OLE color: 15658710.

HSL color Cylindrical-coordinate representation of color #D6EEEE: hue angle of 180º 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 #D6EEEE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214238238-
CMYK0.10000.07
HSL180º41.38%88.63%-
HSV(B)180º10.08%93.33%-
XYZ73.7481.6292.76-
YUV230.82132.05116-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.01%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=31.01%
G=34.49%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142382380.10000.0718041.3888.63
HexD6EEEEA007b42959
Octal3263563561200726451131
Binary110101101110111011101110101000111101101001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEEE; }

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

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

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

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

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

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

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

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