Html Css Color HEX #D1DAC4 Ottoman

📋 copy color: '#D1DAC4'

red 209 ◦ green 218 ◦ blue 196

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

Shades of Ottoman #D1DAC4

Tints of Ottoman #D1DAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.46%

R = 33.55%
G = 34.99%
B = 31.46%

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

#D1DAC4 (or 0xD1DAC4) is known color: Ottoman. HEX triplet: D1, DA and C4. RGB value is (209,218,196). Sum of RGB (Red+Green+Blue) = 209+218+196=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAC4 is #2E253B. Grayscale: #D4D4D4. Windows color (decimal): -3024188 or 12901073. OLE color: 12901073.

HSL color Cylindrical-coordinate representation of color #D1DAC4: hue angle of 84.55º degrees, saturation: 0.23, 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 #D1DAC4 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 196 -
CMYK 0.04 0 0.10 0.15
HSL 84.55º 0.23% 0.81% -
HSV(B) 84.55º 0.1% 0.85% -
XYZ 61.33 67.68 62.06 -
YUV 212.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 209 218 196 0.04 0 0.10 0.15 84.55 0.23 0.81
Hex D1 DA C4 4 0 A F 55 17 51
Octal 321 332 304 4 0 12 17 125 27 121
Binary 11010001 11011010 11000100 100 0 1010 1111 1010101 10111 1010001

Color Harmonies of #D1DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAC4

Black with #D1DAC4

Text Example


Text Example

White with #D1DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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