Html Css Color HEX #D1DCC1 Ottoman

📋 copy color: '#D1DCC1'

red 209 ◦ green 220 ◦ blue 193

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

Shades of Ottoman #D1DCC1

Tints of Ottoman #D1DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.03%

R = 33.6%
G = 35.37%
B = 31.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#D1DCC1 (or 0xD1DCC1) is known color: Ottoman. HEX triplet: D1, DC and C1. RGB value is (209,220,193). Sum of RGB (Red+Green+Blue) = 209+220+193=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC1 is #2E233E. Grayscale: #D5D5D5. Windows color (decimal): -3023679 or 12704977. OLE color: 12704977.

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

Color convert

RGB 209 220 193 -
CMYK 0.05 0 0.12 0.14
HSL 84.44º 0.28% 0.81% -
HSV(B) 84.44º 0.12% 0.86% -
XYZ 61.51 68.59 60.45 -
YUV 213.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 209 220 193 0.05 0 0.12 0.14 84.44 0.28 0.81
Hex D1 DC C1 5 0 C E 54 1C 51
Octal 321 334 301 5 0 14 16 124 34 121
Binary 11010001 11011100 11000001 101 0 1100 1110 1010100 11100 1010001

Color Harmonies of #D1DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCC1

Black with #D1DCC1

Text Example


Text Example

White with #D1DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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