Html Css Color HEX #D6E9EC Oyster Bay

📋 copy color: '#D6E9EC'

red 214 ◦ green 233 ◦ blue 236

#D6E9EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #D6E9EC

Tints of Oyster Bay #D6E9EC

RGB

 RED value IS 214 (83.98% from 255) = 31.33%

 GREEN value IS 233 (91.41% from 255) = 34.11%

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 31.33%
G = 34.11%
B = 34.55%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6E9EC (or 0xD6E9EC) is known color: Oyster Bay. HEX triplet: D6, E9 and EC. RGB value is (214,233,236). Sum of RGB (Red+Green+Blue) = 214+233+236=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E9EC is #291613. Grayscale: #E3E3E3. Windows color (decimal): -2692628 or 15526358. OLE color: 15526358.

HSL color Cylindrical-coordinate representation of color #D6E9EC: hue angle of 188.18º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E9EC is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 233 236 -
CMYK 0.09 0.01 0 0.07
HSL 188.18º 0.37% 0.88% -
HSV(B) 188.18º 0.09% 0.93% -
XYZ 72.01 78.63 90.74 -
YUV 227.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 214 233 236 0.09 0.01 0 0.07 188.18 0.37 0.88
Hex D6 E9 EC 9 1 0 7 BC 25 58
Octal 326 351 354 11 1 0 7 274 45 130
Binary 11010110 11101001 11101100 1001 1 0 111 10111100 100101 1011000

Color Harmonies of #D6E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E9EC

Black with #D6E9EC

Text Example


Text Example

White with #D6E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E9EC; }

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

 H1.HeaderClassName
 {
   color: #D6E9EC;
 }
 .AnyTagClassName
 {
   color: #D6E9EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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