Html Css Color HEX #D1D7CB Ottoman

📋 copy color: '#D1D7CB'

red 209 ◦ green 215 ◦ blue 203

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

Shades of Ottoman #D1D7CB

Tints of Ottoman #D1D7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.29%

 BLUE value IS 203 (79.69% from 255) = 32.38%

R = 33.33%
G = 34.29%
B = 32.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D1D7CB (or 0xD1D7CB) is known color: Ottoman. HEX triplet: D1, D7 and CB. RGB value is (209,215,203). Sum of RGB (Red+Green+Blue) = 209+215+203=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D7CB is #2E2834. Grayscale: #D3D3D3. Windows color (decimal): -3024949 or 13359057. OLE color: 13359057.

HSL color Cylindrical-coordinate representation of color #D1D7CB: hue angle of 90º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1D7CB is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 203 -
CMYK 0.03 0 0.06 0.16
HSL 90º 0.13% 0.82% -
HSV(B) 90º 0.06% 0.84% -
XYZ 61.37 66.47 66.09 -
YUV 211.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 209 215 203 0.03 0 0.06 0.16 90 0.13 0.82
Hex D1 D7 CB 3 0 6 10 5A D 52
Octal 321 327 313 3 0 6 20 132 15 122
Binary 11010001 11010111 11001011 11 0 110 10000 1011010 1101 1010010

Color Harmonies of #D1D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D7CB

Black with #D1D7CB

Text Example


Text Example

White with #D1D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D7CB; }

 p { color: rgb(209,215,203); }

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

background-color css

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

 a { background-color: rgb(209,215,203); }

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

border-color css

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

 span { border-color: rgb(209,215,203); }

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