Html Css Color HEX #D1DBC5 Ottoman

📋 copy color: '#D1DBC5'

red 209 ◦ green 219 ◦ blue 197

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

Shades of Ottoman #D1DBC5

Tints of Ottoman #D1DBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.04%

 BLUE value IS 197 (77.34% from 255) = 31.52%

R = 33.44%
G = 35.04%
B = 31.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#D1DBC5 (or 0xD1DBC5) is known color: Ottoman. HEX triplet: D1, DB and C5. RGB value is (209,219,197). Sum of RGB (Red+Green+Blue) = 209+219+197=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBC5 is #2E243A. Grayscale: #D5D5D5. Windows color (decimal): -3023931 or 12966865. OLE color: 12966865.

HSL color Cylindrical-coordinate representation of color #D1DBC5: hue angle of 87.27º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DBC5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 219 197 -
CMYK 0.05 0 0.10 0.14
HSL 87.27º 0.23% 0.82% -
HSV(B) 87.27º 0.1% 0.86% -
XYZ 61.7 68.25 62.74 -
YUV 213.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 209 219 197 0.05 0 0.10 0.14 87.27 0.23 0.82
Hex D1 DB C5 5 0 A E 57 17 52
Octal 321 333 305 5 0 12 16 127 27 122
Binary 11010001 11011011 11000101 101 0 1010 1110 1010111 10111 1010010

Color Harmonies of #D1DBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBC5

Black with #D1DBC5

Text Example


Text Example

White with #D1DBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBC5; }

 p { color: rgb(209,219,197); }

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

background-color css

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

 a { background-color: rgb(209,219,197); }

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

border-color css

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

 span { border-color: rgb(209,219,197); }

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