Html Css Color HEX #D5E9EC Oyster Bay

📋 copy color: '#D5E9EC'

red 213 ◦ green 233 ◦ blue 236

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

Shades of Oyster Bay #D5E9EC

Tints of Oyster Bay #D5E9EC

RGB

 RED value IS 213 (83.59% from 255) = 31.23%

 GREEN value IS 233 (91.41% from 255) = 34.16%

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

R = 31.23%
G = 34.16%
B = 34.6%

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

#D5E9EC (or 0xD5E9EC) is known color: Oyster Bay. HEX triplet: D5, E9 and EC. RGB value is (213,233,236). Sum of RGB (Red+Green+Blue) = 213+233+236=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 233 (91.41% from 255 or 34.16% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5E9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E9EC is #2A1613. Grayscale: #E3E3E3. Windows color (decimal): -2758164 or 15526357. OLE color: 15526357.

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

Color convert

RGB 213 233 236 -
CMYK 0.10 0.01 0 0.07
HSL 187.83º 0.38% 0.88% -
HSV(B) 187.83º 0.1% 0.93% -
XYZ 71.72 78.48 90.73 -
YUV 227.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 213 233 236 0.10 0.01 0 0.07 187.83 0.38 0.88
Hex D5 E9 EC A 1 0 7 BC 26 58
Octal 325 351 354 12 1 0 7 274 46 130
Binary 11010101 11101001 11101100 1010 1 0 111 10111100 100110 1011000

Color Harmonies of #D5E9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E9EC

Black with #D5E9EC

Text Example


Text Example

White with #D5E9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E9EC; }

 p { color: rgb(213,233,236); }

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

background-color css

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

 a { background-color: rgb(213,233,236); }

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

border-color css

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

 span { border-color: rgb(213,233,236); }

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