Html Css Color HEX #D6EBED Oyster Bay

📋 copy color: '#D6EBED'

red 214 ◦ green 235 ◦ blue 237

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

Shades of Oyster Bay #D6EBED

Tints of Oyster Bay #D6EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.26%

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 31.2%
G = 34.26%
B = 34.55%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6EBED (or 0xD6EBED) is known color: Oyster Bay. HEX triplet: D6, EB and ED. RGB value is (214,235,237). Sum of RGB (Red+Green+Blue) = 214+235+237=686 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.20% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EBED is #291412. Grayscale: #E4E4E4. Windows color (decimal): -2692115 or 15592406. OLE color: 15592406.

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

Color convert

RGB 214 235 237 -
CMYK 0.10 0.01 0 0.07
HSL 185.22º 0.39% 0.88% -
HSV(B) 185.22º 0.1% 0.93% -
XYZ 72.73 79.83 91.7 -
YUV 228.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 214 235 237 0.10 0.01 0 0.07 185.22 0.39 0.88
Hex D6 EB ED A 1 0 7 B9 27 58
Octal 326 353 355 12 1 0 7 271 47 130
Binary 11010110 11101011 11101101 1010 1 0 111 10111001 100111 1011000

Color Harmonies of #D6EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EBED

Black with #D6EBED

Text Example


Text Example

White with #D6EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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