Html Css Color HEX #D1DAC9 Ottoman

📋 copy color: '#D1DAC9'

red 209 ◦ green 218 ◦ blue 201

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

Shades of Ottoman #D1DAC9

Tints of Ottoman #D1DAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.01%

R = 33.28%
G = 34.71%
B = 32.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D1DAC9 (or 0xD1DAC9) is known color: Ottoman. HEX triplet: D1, DA and C9. RGB value is (209,218,201). Sum of RGB (Red+Green+Blue) = 209+218+201=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DAC9 is #2E2536. Grayscale: #D5D5D5. Windows color (decimal): -3024183 or 13228753. OLE color: 13228753.

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

Color convert

RGB 209 218 201 -
CMYK 0.04 0 0.08 0.15
HSL 91.76º 0.19% 0.82% -
HSV(B) 91.76º 0.08% 0.85% -
XYZ 61.91 67.92 65.1 -
YUV 213.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 209 218 201 0.04 0 0.08 0.15 91.76 0.19 0.82
Hex D1 DA C9 4 0 8 F 5C 13 52
Octal 321 332 311 4 0 10 17 134 23 122
Binary 11010001 11011010 11001001 100 0 1000 1111 1011100 10011 1010010

Color Harmonies of #D1DAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DAC9

Black with #D1DAC9

Text Example


Text Example

White with #D1DAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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