Html Css Color HEX #D9EAED Oyster Bay

📋 copy color: '#D9EAED'

red 217 ◦ green 234 ◦ blue 237

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

Shades of Oyster Bay #D9EAED

Tints of Oyster Bay #D9EAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.01%

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

R = 31.54%
G = 34.01%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9EAED (or 0xD9EAED) is known color: Oyster Bay. HEX triplet: D9, EA and ED. RGB value is (217,234,237). Sum of RGB (Red+Green+Blue) = 217+234+237=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9EAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAED is #261512. Grayscale: #E5E5E5. Windows color (decimal): -2495763 or 15592153. OLE color: 15592153.

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

Color convert

RGB 217 234 237 -
CMYK 0.08 0.01 0 0.07
HSL 189º 0.36% 0.89% -
HSV(B) 189º 0.08% 0.93% -
XYZ 73.32 79.71 91.64 -
YUV 229.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 217 234 237 0.08 0.01 0 0.07 189 0.36 0.89
Hex D9 EA ED 8 1 0 7 BD 24 59
Octal 331 352 355 10 1 0 7 275 44 131
Binary 11011001 11101010 11101101 1000 1 0 111 10111101 100100 1011001

Color Harmonies of #D9EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAED

Black with #D9EAED

Text Example


Text Example

White with #D9EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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