Html Css Color HEX #D9EDF1 Oyster Bay

📋 copy color: '#D9EDF1'

red 217 ◦ green 237 ◦ blue 241

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

Shades of Oyster Bay #D9EDF1

Tints of Oyster Bay #D9EDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.68%

R = 31.22%
G = 34.1%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9EDF1 (or 0xD9EDF1) is known color: Oyster Bay. HEX triplet: D9, ED and F1. RGB value is (217,237,241). Sum of RGB (Red+Green+Blue) = 217+237+241=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDF1 is #26120E. Grayscale: #E7E7E7. Windows color (decimal): -2494991 or 15855065. OLE color: 15855065.

HSL color Cylindrical-coordinate representation of color #D9EDF1: hue angle of 190º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9EDF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 237 241 -
CMYK 0.10 0.02 0 0.05
HSL 190º 0.46% 0.9% -
HSV(B) 190º 0.1% 0.95% -
XYZ 74.78 81.67 95.04 -
YUV 231.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 217 237 241 0.10 0.02 0 0.05 190 0.46 0.9
Hex D9 ED F1 A 2 0 5 BE 2E 5A
Octal 331 355 361 12 2 0 5 276 56 132
Binary 11011001 11101101 11110001 1010 10 0 101 10111110 101110 1011010

Color Harmonies of #D9EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDF1

Black with #D9EDF1

Text Example


Text Example

White with #D9EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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