Html Css Color HEX #D1DCC0 Ottoman

📋 copy color: '#D1DCC0'

red 209 ◦ green 220 ◦ blue 192

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

Shades of Ottoman #D1DCC0

Tints of Ottoman #D1DCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.92%

R = 33.66%
G = 35.43%
B = 30.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#D1DCC0 (or 0xD1DCC0) is known color: Ottoman. HEX triplet: D1, DC and C0. RGB value is (209,220,192). Sum of RGB (Red+Green+Blue) = 209+220+192=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCC0 is #2E233F. Grayscale: #D5D5D5. Windows color (decimal): -3023680 or 12639441. OLE color: 12639441.

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

Color convert

RGB 209 220 192 -
CMYK 0.05 0 0.13 0.14
HSL 83.57º 0.29% 0.81% -
HSV(B) 83.57º 0.13% 0.86% -
XYZ 61.4 68.55 59.86 -
YUV 213.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 209 220 192 0.05 0 0.13 0.14 83.57 0.29 0.81
Hex D1 DC C0 5 0 D E 54 1D 51
Octal 321 334 300 5 0 15 16 124 35 121
Binary 11010001 11011100 11000000 101 0 1101 1110 1010100 11101 1010001

Color Harmonies of #D1DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCC0

Black with #D1DCC0

Text Example


Text Example

White with #D1DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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