Html Css Color HEX #D1DFBA Ottoman

📋 copy color: '#D1DFBA'

red 209 ◦ green 223 ◦ blue 186

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

Shades of Ottoman #D1DFBA

Tints of Ottoman #D1DFBA

RGB

 RED value IS 209 (82.03% from 255) = 33.82%

 GREEN value IS 223 (87.5% from 255) = 36.08%

 BLUE value IS 186 (73.05% from 255) = 30.1%

R = 33.82%
G = 36.08%
B = 30.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#D1DFBA (or 0xD1DFBA) is known color: Ottoman. HEX triplet: D1, DF and BA. RGB value is (209,223,186). Sum of RGB (Red+Green+Blue) = 209+223+186=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DFBA is #2E2045. Grayscale: #D6D6D6. Windows color (decimal): -3022918 or 12246993. OLE color: 12246993.

HSL color Cylindrical-coordinate representation of color #D1DFBA: hue angle of 82.7º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1DFBA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 223 186 -
CMYK 0.06 0 0.17 0.13
HSL 82.7º 0.37% 0.8% -
HSV(B) 82.7º 0.17% 0.87% -
XYZ 61.55 69.88 56.7 -
YUV 214.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 209 223 186 0.06 0 0.17 0.13 82.7 0.37 0.8
Hex D1 DF BA 6 0 11 D 53 25 50
Octal 321 337 272 6 0 21 15 123 45 120
Binary 11010001 11011111 10111010 110 0 10001 1101 1010011 100101 1010000

Color Harmonies of #D1DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DFBA

Black with #D1DFBA

Text Example


Text Example

White with #D1DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DFBA; }

 p { color: rgb(209,223,186); }

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

background-color css

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

 a { background-color: rgb(209,223,186); }

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

border-color css

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

 span { border-color: rgb(209,223,186); }

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