#D6EAEE

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

Shades of Oyster Bay #D6EAEE

Tints of Oyster Bay #D6EAEE

Color information

#D6EAEE (or 0xD6EAEE) is unknown color: approx Oyster Bay. HEX triplet: D6, EA and EE. RGB value is (214,234,238). Sum of RGB (Red+Green+Blue) = 214+234+238=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EAEE is #291511. Grayscale: #E4E4E4. Windows color (decimal): -2692370 or 15657686. OLE color: 15657686.

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

Color convert

RGB214234238-
CMYK0.100.0200.07
HSL190º41.38%88.63%-
HSV(B)190º10.08%93.33%-
XYZ72.5979.3192.37-
YUV228.48133.37117.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.20%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=31.20%
G=34.11%
B=34.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142342380.100.0200.0719041.3888.63
HexD6EAEEA207be2959
Octal3263523561220727651131
Binary1101011011101010111011101010100111101111101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EAEE; }

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

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

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

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

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

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

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

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