Html Css Color HEX #D5D4CB Concrete

📋 copy color: '#D5D4CB'

red 213 ◦ green 212 ◦ blue 203

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

Shades of Concrete #D5D4CB

Tints of Concrete #D5D4CB

RGB

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

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

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

R = 33.92%
G = 33.76%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5D4CB (or 0xD5D4CB) is known color: Concrete. HEX triplet: D5, D4 and CB. RGB value is (213,212,203). Sum of RGB (Red+Green+Blue) = 213+212+203=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CB is #2A2B34. Grayscale: #D3D3D3. Windows color (decimal): -2763573 or 13358293. OLE color: 13358293.

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

Color convert

RGB 213 212 203 -
CMYK 0 0.00 0.05 0.16
HSL 54º 0.11% 0.82% -
HSV(B) 54º 0.05% 0.84% -
XYZ 61.76 65.54 65.9 -
YUV 211.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 213 212 203 0 0.00 0.05 0.16 54 0.11 0.82
Hex D5 D4 CB 0 0 5 10 36 B 52
Octal 325 324 313 0 0 5 20 66 13 122
Binary 11010101 11010100 11001011 0 0 101 10000 110110 1011 1010010

Color Harmonies of #D5D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4CB

Black with #D5D4CB

Text Example


Text Example

White with #D5D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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