Html Css Color HEX #D6ECED Oyster Bay

📋 copy color: '#D6ECED'

red 214 ◦ green 236 ◦ blue 237

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

Shades of Oyster Bay #D6ECED

Tints of Oyster Bay #D6ECED

RGB

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

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

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

R = 31.15%
G = 34.35%
B = 34.5%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6ECED (or 0xD6ECED) is known color: Oyster Bay. HEX triplet: D6, EC and ED. RGB value is (214,236,237). Sum of RGB (Red+Green+Blue) = 214+236+237=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6ECED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6ECED is #291312. Grayscale: #E5E5E5. Windows color (decimal): -2691859 or 15592662. OLE color: 15592662.

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

Color convert

RGB 214 236 237 -
CMYK 0.10 0.00 0 0.07
HSL 182.61º 0.39% 0.88% -
HSV(B) 182.61º 0.1% 0.93% -
XYZ 73.01 80.4 91.79 -
YUV 229.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 214 236 237 0.10 0.00 0 0.07 182.61 0.39 0.88
Hex D6 EC ED A 0 0 7 B7 27 58
Octal 326 354 355 12 0 0 7 267 47 130
Binary 11010110 11101100 11101101 1010 0 0 111 10110111 100111 1011000

Color Harmonies of #D6ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ECED

Black with #D6ECED

Text Example


Text Example

White with #D6ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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