Html Css Color HEX #D1DAC7 Ottoman

📋 copy color: '#D1DAC7'

red 209 ◦ green 218 ◦ blue 199

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

Shades of Ottoman #D1DAC7

Tints of Ottoman #D1DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.82%

 BLUE value IS 199 (78.13% from 255) = 31.79%

R = 33.39%
G = 34.82%
B = 31.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D1DAC7 (or 0xD1DAC7) is known color: Ottoman. HEX triplet: D1, DA and C7. RGB value is (209,218,199). Sum of RGB (Red+Green+Blue) = 209+218+199=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAC7 is #2E2538. Grayscale: #D5D5D5. Windows color (decimal): -3024185 or 13097681. OLE color: 13097681.

HSL color Cylindrical-coordinate representation of color #D1DAC7: hue angle of 88.42º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1DAC7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 199 -
CMYK 0.04 0 0.09 0.15
HSL 88.42º 0.2% 0.82% -
HSV(B) 88.42º 0.09% 0.85% -
XYZ 61.67 67.82 63.87 -
YUV 213.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 209 218 199 0.04 0 0.09 0.15 88.42 0.2 0.82
Hex D1 DA C7 4 0 9 F 58 14 52
Octal 321 332 307 4 0 11 17 130 24 122
Binary 11010001 11011010 11000111 100 0 1001 1111 1011000 10100 1010010

Color Harmonies of #D1DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAC7

Black with #D1DAC7

Text Example


Text Example

White with #D1DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAC7; }

 p { color: rgb(209,218,199); }

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

background-color css

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

 a { background-color: rgb(209,218,199); }

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

border-color css

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

 span { border-color: rgb(209,218,199); }

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