Html Css Color HEX #D6ECEB Oyster Bay

📋 copy color: '#D6ECEB'

red 214 ◦ green 236 ◦ blue 235

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

Shades of Oyster Bay #D6ECEB

Tints of Oyster Bay #D6ECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.45%

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

R = 31.24%
G = 34.45%
B = 34.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#D6ECEB (or 0xD6ECEB) is known color: Oyster Bay. HEX triplet: D6, EC and EB. RGB value is (214,236,235). Sum of RGB (Red+Green+Blue) = 214+236+235=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECEB is #291314. Grayscale: #E5E5E5. Windows color (decimal): -2691861 or 15461590. OLE color: 15461590.

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

Color convert

RGB 214 236 235 -
CMYK 0.09 0 0.00 0.07
HSL 177.27º 0.37% 0.88% -
HSV(B) 177.27º 0.09% 0.93% -
XYZ 72.72 80.29 90.26 -
YUV 229.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 214 236 235 0.09 0 0.00 0.07 177.27 0.37 0.88
Hex D6 EC EB 9 0 0 7 B1 25 58
Octal 326 354 353 11 0 0 7 261 45 130
Binary 11010110 11101100 11101011 1001 0 0 111 10110001 100101 1011000

Color Harmonies of #D6ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECEB

Black with #D6ECEB

Text Example


Text Example

White with #D6ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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