Html Css Color HEX #D1D0CC Concrete

📋 copy color: '#D1D0CC'

red 209 ◦ green 208 ◦ blue 204

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

Shades of Concrete #D1D0CC

Tints of Concrete #D1D0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.85%

R = 33.66%
G = 33.49%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1D0CC (or 0xD1D0CC) is known color: Concrete. HEX triplet: D1, D0 and CC. RGB value is (209,208,204). Sum of RGB (Red+Green+Blue) = 209+208+204=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D0CC is #2E2F33. Grayscale: #CFCFCF. Windows color (decimal): -3026740 or 13422801. OLE color: 13422801.

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

Color convert

RGB 209 208 204 -
CMYK 0 0.00 0.02 0.18
HSL 48º 0.05% 0.81% -
HSV(B) 48º 0.02% 0.82% -
XYZ 59.75 63.03 66.14 -
YUV 207.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 209 208 204 0 0.00 0.02 0.18 48 0.05 0.81
Hex D1 D0 CC 0 0 2 12 30 5 51
Octal 321 320 314 0 0 2 22 60 5 121
Binary 11010001 11010000 11001100 0 0 10 10010 110000 101 1010001

Color Harmonies of #D1D0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D0CC

Black with #D1D0CC

Text Example


Text Example

White with #D1D0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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