Html Css Color HEX #D1DAC5 Ottoman

📋 copy color: '#D1DAC5'

red 209 ◦ green 218 ◦ blue 197

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

Shades of Ottoman #D1DAC5

Tints of Ottoman #D1DAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.57%

R = 33.49%
G = 34.94%
B = 31.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D1DAC5 (or 0xD1DAC5) is known color: Ottoman. HEX triplet: D1, DA and C5. RGB value is (209,218,197). Sum of RGB (Red+Green+Blue) = 209+218+197=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAC5 is #2E253A. Grayscale: #D4D4D4. Windows color (decimal): -3024187 or 12966609. OLE color: 12966609.

HSL color Cylindrical-coordinate representation of color #D1DAC5: hue angle of 85.71º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DAC5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 197 -
CMYK 0.04 0 0.10 0.15
HSL 85.71º 0.22% 0.81% -
HSV(B) 85.71º 0.1% 0.85% -
XYZ 61.44 67.73 62.66 -
YUV 212.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 209 218 197 0.04 0 0.10 0.15 85.71 0.22 0.81
Hex D1 DA C5 4 0 A F 56 16 51
Octal 321 332 305 4 0 12 17 126 26 121
Binary 11010001 11011010 11000101 100 0 1010 1111 1010110 10110 1010001

Color Harmonies of #D1DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAC5

Black with #D1DAC5

Text Example


Text Example

White with #D1DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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