Html Css Color HEX #D9EEED Oyster Bay

📋 copy color: '#D9EEED'

red 217 ◦ green 238 ◦ blue 237

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

Shades of Oyster Bay #D9EEED

Tints of Oyster Bay #D9EEED

RGB

 RED value IS 217 (85.16% from 255) = 31.36%

 GREEN value IS 238 (93.36% from 255) = 34.39%

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

R = 31.36%
G = 34.39%
B = 34.25%

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

#D9EEED (or 0xD9EEED) is known color: Oyster Bay. HEX triplet: D9, EE and ED. RGB value is (217,238,237). Sum of RGB (Red+Green+Blue) = 217+238+237=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EEED is #261112. Grayscale: #E7E7E7. Windows color (decimal): -2494739 or 15593177. OLE color: 15593177.

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

Color convert

RGB 217 238 237 -
CMYK 0.09 0 0.00 0.07
HSL 177.14º 0.38% 0.89% -
HSV(B) 177.14º 0.09% 0.93% -
XYZ 74.48 82.02 92.03 -
YUV 231.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 217 238 237 0.09 0 0.00 0.07 177.14 0.38 0.89
Hex D9 EE ED 9 0 0 7 B1 26 59
Octal 331 356 355 11 0 0 7 261 46 131
Binary 11011001 11101110 11101101 1001 0 0 111 10110001 100110 1011001

Color Harmonies of #D9EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EEED

Black with #D9EEED

Text Example


Text Example

White with #D9EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EEED; }

 p { color: rgb(217,238,237); }

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

background-color css

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

 a { background-color: rgb(217,238,237); }

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

border-color css

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

 span { border-color: rgb(217,238,237); }

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