Html Css Color HEX #D1DBC0 Ottoman

📋 copy color: '#D1DBC0'

red 209 ◦ green 219 ◦ blue 192

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

Shades of Ottoman #D1DBC0

Tints of Ottoman #D1DBC0

RGB

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

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

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

R = 33.71%
G = 35.32%
B = 30.97%

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

#D1DBC0 (or 0xD1DBC0) is known color: Ottoman. HEX triplet: D1, DB and C0. RGB value is (209,219,192). Sum of RGB (Red+Green+Blue) = 209+219+192=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBC0 is #2E243F. Grayscale: #D5D5D5. Windows color (decimal): -3023936 or 12639185. OLE color: 12639185.

HSL color Cylindrical-coordinate representation of color #D1DBC0: hue angle of 82.22º degrees, saturation: 0.27, 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 #D1DBC0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 219 192 -
CMYK 0.05 0 0.12 0.14
HSL 82.22º 0.27% 0.81% -
HSV(B) 82.22º 0.12% 0.86% -
XYZ 61.14 68.02 59.78 -
YUV 212.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 209 219 192 0.05 0 0.12 0.14 82.22 0.27 0.81
Hex D1 DB C0 5 0 C E 52 1B 51
Octal 321 333 300 5 0 14 16 122 33 121
Binary 11010001 11011011 11000000 101 0 1100 1110 1010010 11011 1010001

Color Harmonies of #D1DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBC0

Black with #D1DBC0

Text Example


Text Example

White with #D1DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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