Html Css Color HEX #D1EDEC Oyster Bay

📋 copy color: '#D1EDEC'

red 209 ◦ green 237 ◦ blue 236

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

Shades of Oyster Bay #D1EDEC

Tints of Oyster Bay #D1EDEC

RGB

 RED value IS 209 (82.03% from 255) = 30.65%

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

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

R = 30.65%
G = 34.75%
B = 34.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#D1EDEC (or 0xD1EDEC) is known color: Oyster Bay. HEX triplet: D1, ED and EC. RGB value is (209,237,236). Sum of RGB (Red+Green+Blue) = 209+237+236=682 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.65% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EDEC is #2E1213. Grayscale: #E4E4E4. Windows color (decimal): -3019284 or 15527377. OLE color: 15527377.

HSL color Cylindrical-coordinate representation of color #D1EDEC: hue angle of 177.86º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EDEC is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 236 -
CMYK 0.12 0 0.00 0.07
HSL 177.86º 0.44% 0.87% -
HSV(B) 177.86º 0.12% 0.93% -
XYZ 71.72 80.18 91.05 -
YUV 228.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 209 237 236 0.12 0 0.00 0.07 177.86 0.44 0.87
Hex D1 ED EC C 0 0 7 B2 2C 57
Octal 321 355 354 14 0 0 7 262 54 127
Binary 11010001 11101101 11101100 1100 0 0 111 10110010 101100 1010111

Color Harmonies of #D1EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDEC

Black with #D1EDEC

Text Example


Text Example

White with #D1EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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