Html Css Color HEX #D9EDED Oyster Bay

📋 copy color: '#D9EDED'

red 217 ◦ green 237 ◦ blue 237

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

Shades of Oyster Bay #D9EDED

Tints of Oyster Bay #D9EDED

RGB

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

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

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

R = 31.4%
G = 34.3%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9EDED (or 0xD9EDED) is known color: Oyster Bay. HEX triplet: D9, ED and ED. RGB value is (217,237,237). Sum of RGB (Red+Green+Blue) = 217+237+237=691 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.40% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #D9EDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDED is #261212. Grayscale: #E6E6E6. Windows color (decimal): -2494995 or 15592921. OLE color: 15592921.

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

Color convert

RGB 217 237 237 -
CMYK 0.08 0 0 0.07
HSL 180º 0.36% 0.89% -
HSV(B) 180º 0.08% 0.93% -
XYZ 74.19 81.43 91.93 -
YUV 231.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 217 237 237 0.08 0 0 0.07 180 0.36 0.89
Hex D9 ED ED 8 0 0 7 B4 24 59
Octal 331 355 355 10 0 0 7 264 44 131
Binary 11011001 11101101 11101101 1000 0 0 111 10110100 100100 1011001

Color Harmonies of #D9EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDED

Black with #D9EDED

Text Example


Text Example

White with #D9EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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