Html Css Color HEX #D0ECF1 Oyster Bay

📋 copy color: '#D0ECF1'

red 208 ◦ green 236 ◦ blue 241

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

Shades of Oyster Bay #D0ECF1

Tints of Oyster Bay #D0ECF1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.45%

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

R = 30.36%
G = 34.45%
B = 35.18%

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

#D0ECF1 (or 0xD0ECF1) is known color: Oyster Bay. HEX triplet: D0, EC and F1. RGB value is (208,236,241). Sum of RGB (Red+Green+Blue) = 208+236+241=685 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.36% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0ECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0ECF1 is #2F130E. Grayscale: #E4E4E4. Windows color (decimal): -3085071 or 15854800. OLE color: 15854800.

HSL color Cylindrical-coordinate representation of color #D0ECF1: hue angle of 189.09º 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 #D0ECF1 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 236 241 -
CMYK 0.14 0.02 0 0.05
HSL 189.09º 0.54% 0.88% -
HSV(B) 189.09º 0.14% 0.95% -
XYZ 71.89 79.75 94.82 -
YUV 228.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 208 236 241 0.14 0.02 0 0.05 189.09 0.54 0.88
Hex D0 EC F1 E 2 0 5 BD 36 58
Octal 320 354 361 16 2 0 5 275 66 130
Binary 11010000 11101100 11110001 1110 10 0 101 10111101 110110 1011000

Color Harmonies of #D0ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECF1

Black with #D0ECF1

Text Example


Text Example

White with #D0ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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