Html Css Color HEX #D1D0C8 Concrete

📋 copy color: '#D1D0C8'

red 209 ◦ green 208 ◦ blue 200

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

Shades of Concrete #D1D0C8

Tints of Concrete #D1D0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.71%

 BLUE value IS 200 (78.52% from 255) = 32.41%

R = 33.87%
G = 33.71%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D1D0C8 (or 0xD1D0C8) is known color: Concrete. HEX triplet: D1, D0 and C8. RGB value is (209,208,200). Sum of RGB (Red+Green+Blue) = 209+208+200=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0C8 is #2E2F37. Grayscale: #CFCFCF. Windows color (decimal): -3026744 or 13160657. OLE color: 13160657.

HSL color Cylindrical-coordinate representation of color #D1D0C8: hue angle of 53.33º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1D0C8 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 208 200 -
CMYK 0 0.00 0.04 0.18
HSL 53.33º 0.09% 0.8% -
HSV(B) 53.33º 0.04% 0.82% -
XYZ 59.28 62.84 63.65 -
YUV 207.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 209 208 200 0 0.00 0.04 0.18 53.33 0.09 0.8
Hex D1 D0 C8 0 0 4 12 35 9 50
Octal 321 320 310 0 0 4 22 65 11 120
Binary 11010001 11010000 11001000 0 0 100 10010 110101 1001 1010000

Color Harmonies of #D1D0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D0C8

Black with #D1D0C8

Text Example


Text Example

White with #D1D0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D0C8; }

 p { color: rgb(209,208,200); }

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

background-color css

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

 a { background-color: rgb(209,208,200); }

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

border-color css

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

 span { border-color: rgb(209,208,200); }

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