Html Css Color HEX #D6E8EB Oyster Bay

📋 copy color: '#D6E8EB'

red 214 ◦ green 232 ◦ blue 235

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

Shades of Oyster Bay #D6E8EB

Tints of Oyster Bay #D6E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.07%

 BLUE value IS 235 (92.19% from 255) = 34.51%

R = 31.42%
G = 34.07%
B = 34.51%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6E8EB (or 0xD6E8EB) is known color: Oyster Bay. HEX triplet: D6, E8 and EB. RGB value is (214,232,235). Sum of RGB (Red+Green+Blue) = 214+232+235=681 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.42% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6E8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E8EB is #291714. Grayscale: #E2E2E2. Windows color (decimal): -2692885 or 15460566. OLE color: 15460566.

HSL color Cylindrical-coordinate representation of color #D6E8EB: hue angle of 188.57º degrees, saturation: 0.34, 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 #D6E8EB is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 232 235 -
CMYK 0.09 0.01 0 0.08
HSL 188.57º 0.34% 0.88% -
HSV(B) 188.57º 0.09% 0.92% -
XYZ 71.58 78.01 89.88 -
YUV 226.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 214 232 235 0.09 0.01 0 0.08 188.57 0.34 0.88
Hex D6 E8 EB 9 1 0 8 BD 22 58
Octal 326 350 353 11 1 0 10 275 42 130
Binary 11010110 11101000 11101011 1001 1 0 1000 10111101 100010 1011000

Color Harmonies of #D6E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8EB

Black with #D6E8EB

Text Example


Text Example

White with #D6E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8EB; }

 p { color: rgb(214,232,235); }

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

background-color css

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

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

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

border-color css

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

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

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