Html Css Color HEX #D6EDEC Oyster Bay

📋 copy color: '#D6EDEC'

red 214 ◦ green 237 ◦ blue 236

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

Shades of Oyster Bay #D6EDEC

Tints of Oyster Bay #D6EDEC

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 214 237 236 -
CMYK 0.10 0 0.00 0.07
HSL 177.39º 0.39% 0.88% -
HSV(B) 177.39º 0.1% 0.93% -
XYZ 73.16 80.92 91.12 -
YUV 230.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 214 237 236 0.10 0 0.00 0.07 177.39 0.39 0.88
Hex D6 ED EC A 0 0 7 B1 27 58
Octal 326 355 354 12 0 0 7 261 47 130
Binary 11010110 11101101 11101100 1010 0 0 111 10110001 100111 1011000

Color Harmonies of #D6EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EDEC

Black with #D6EDEC

Text Example


Text Example

White with #D6EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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