Html Css Color HEX #D0EDF1 Oyster Bay

📋 copy color: '#D0EDF1'

red 208 ◦ green 237 ◦ blue 241

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

Shades of Oyster Bay #D0EDF1

Tints of Oyster Bay #D0EDF1

RGB

 RED value IS 208 (81.64% from 255) = 30.32%

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

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

R = 30.32%
G = 34.55%
B = 35.13%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0EDF1 (or 0xD0EDF1) is known color: Oyster Bay. HEX triplet: D0, ED and F1. RGB value is (208,237,241). Sum of RGB (Red+Green+Blue) = 208+237+241=686 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.32% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EDF1 is #2F120E. Grayscale: #E4E4E4. Windows color (decimal): -3084815 or 15855056. OLE color: 15855056.

HSL color Cylindrical-coordinate representation of color #D0EDF1: hue angle of 187.27º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EDF1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 237 241 -
CMYK 0.14 0.02 0 0.05
HSL 187.27º 0.54% 0.88% -
HSV(B) 187.27º 0.14% 0.95% -
XYZ 72.17 80.33 94.92 -
YUV 228.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 208 237 241 0.14 0.02 0 0.05 187.27 0.54 0.88
Hex D0 ED F1 E 2 0 5 BB 36 58
Octal 320 355 361 16 2 0 5 273 66 130
Binary 11010000 11101101 11110001 1110 10 0 101 10111011 110110 1011000

Color Harmonies of #D0EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDF1

Black with #D0EDF1

Text Example


Text Example

White with #D0EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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