#D6EAEA

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

Shades of Oyster Bay #D6EAEA

Tints of Oyster Bay #D6EAEA

Color information

#D6EAEA (or 0xD6EAEA) is unknown color: approx Oyster Bay. HEX triplet: D6, EA and EA. RGB value is (214,234,234). Sum of RGB (Red+Green+Blue) = 214+234+234=682 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.38% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #D6EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAEA is #291515. Grayscale: #E4E4E4. Windows color (decimal): -2692374 or 15395542. OLE color: 15395542.

HSL color Cylindrical-coordinate representation of color #D6EAEA: hue angle of 180º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6EAEA is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214234234-
CMYK0.09000.08
HSL180º32.26%87.84%-
HSV(B)180º8.55%91.76%-
XYZ72.0179.0889.31-
YUV228.02131.37118-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.38%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=31.38%
G=34.31%
B=34.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142342340.09000.0818032.2687.84
HexD6EAEA9008b42058
Octal32635235211001026440130
Binary1101011011101010111010101001001000101101001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAEA; }

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

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

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

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

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

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

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

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