Html Css Color HEX #D1DCC9 Ottoman

📋 copy color: '#D1DCC9'

red 209 ◦ green 220 ◦ blue 201

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

Shades of Ottoman #D1DCC9

Tints of Ottoman #D1DCC9

RGB

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

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

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

R = 33.17%
G = 34.92%
B = 31.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#D1DCC9 (or 0xD1DCC9) is known color: Ottoman. HEX triplet: D1, DC and C9. RGB value is (209,220,201). Sum of RGB (Red+Green+Blue) = 209+220+201=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC9 is #2E2336. Grayscale: #D6D6D6. Windows color (decimal): -3023671 or 13229265. OLE color: 13229265.

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

Color convert

RGB 209 220 201 -
CMYK 0.05 0 0.09 0.14
HSL 94.74º 0.21% 0.83% -
HSV(B) 94.74º 0.09% 0.86% -
XYZ 62.43 68.96 65.28 -
YUV 214.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 209 220 201 0.05 0 0.09 0.14 94.74 0.21 0.83
Hex D1 DC C9 5 0 9 E 5F 15 53
Octal 321 334 311 5 0 11 16 137 25 123
Binary 11010001 11011100 11001001 101 0 1001 1110 1011111 10101 1010011

Color Harmonies of #D1DCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCC9

Black with #D1DCC9

Text Example


Text Example

White with #D1DCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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