Html Css Color HEX #D5D4CD Concrete

📋 copy color: '#D5D4CD'

red 213 ◦ green 212 ◦ blue 205

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

Shades of Concrete #D5D4CD

Tints of Concrete #D5D4CD

RGB

 RED value IS 213 (83.59% from 255) = 33.81%

 GREEN value IS 212 (83.2% from 255) = 33.65%

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 33.81%
G = 33.65%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5D4CD (or 0xD5D4CD) is known color: Concrete. HEX triplet: D5, D4 and CD. RGB value is (213,212,205). Sum of RGB (Red+Green+Blue) = 213+212+205=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CD is #2A2B32. Grayscale: #D3D3D3. Windows color (decimal): -2763571 or 13489365. OLE color: 13489365.

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

Color convert

RGB 213 212 205 -
CMYK 0 0.00 0.04 0.16
HSL 52.5º 0.09% 0.82% -
HSV(B) 52.5º 0.04% 0.84% -
XYZ 62 65.64 67.16 -
YUV 211.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 213 212 205 0 0.00 0.04 0.16 52.5 0.09 0.82
Hex D5 D4 CD 0 0 4 10 34 9 52
Octal 325 324 315 0 0 4 20 64 11 122
Binary 11010101 11010100 11001101 0 0 100 10000 110100 1001 1010010

Color Harmonies of #D5D4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4CD

Black with #D5D4CD

Text Example


Text Example

White with #D5D4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4CD; }

 p { color: rgb(213,212,205); }

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

background-color css

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

 a { background-color: rgb(213,212,205); }

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

border-color css

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

 span { border-color: rgb(213,212,205); }

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