Html Css Color HEX #D1DCBE Ottoman

📋 copy color: '#D1DCBE'

red 209 ◦ green 220 ◦ blue 190

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

Shades of Ottoman #D1DCBE

Tints of Ottoman #D1DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 190 (74.61% from 255) = 30.69%

R = 33.76%
G = 35.54%
B = 30.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#D1DCBE (or 0xD1DCBE) is known color: Ottoman. HEX triplet: D1, DC and BE. RGB value is (209,220,190). Sum of RGB (Red+Green+Blue) = 209+220+190=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCBE is #2E2341. Grayscale: #D5D5D5. Windows color (decimal): -3023682 or 12508369. OLE color: 12508369.

HSL color Cylindrical-coordinate representation of color #D1DCBE: hue angle of 82º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1DCBE is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 220 190 -
CMYK 0.05 0 0.14 0.14
HSL 82º 0.3% 0.8% -
HSV(B) 82º 0.14% 0.86% -
XYZ 61.18 68.46 58.7 -
YUV 213.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 209 220 190 0.05 0 0.14 0.14 82 0.3 0.8
Hex D1 DC BE 5 0 E E 52 1E 50
Octal 321 334 276 5 0 16 16 122 36 120
Binary 11010001 11011100 10111110 101 0 1110 1110 1010010 11110 1010000

Color Harmonies of #D1DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCBE

Black with #D1DCBE

Text Example


Text Example

White with #D1DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCBE; }

 p { color: rgb(209,220,190); }

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

background-color css

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

 a { background-color: rgb(209,220,190); }

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

border-color css

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

 span { border-color: rgb(209,220,190); }

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