Html Css Color HEX #D5D4CC Concrete

📋 copy color: '#D5D4CC'

red 213 ◦ green 212 ◦ blue 204

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

Shades of Concrete #D5D4CC

Tints of Concrete #D5D4CC

RGB

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

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

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

R = 33.86%
G = 33.7%
B = 32.43%

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

#D5D4CC (or 0xD5D4CC) is known color: Concrete. HEX triplet: D5, D4 and CC. RGB value is (213,212,204). Sum of RGB (Red+Green+Blue) = 213+212+204=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CC is #2A2B33. Grayscale: #D3D3D3. Windows color (decimal): -2763572 or 13423829. OLE color: 13423829.

HSL color Cylindrical-coordinate representation of color #D5D4CC: hue angle of 53.33º degrees, saturation: 0.1, 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 #D5D4CC is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 212 204 -
CMYK 0 0.00 0.04 0.16
HSL 53.33º 0.1% 0.82% -
HSV(B) 53.33º 0.04% 0.84% -
XYZ 61.88 65.59 66.53 -
YUV 211.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 213 212 204 0 0.00 0.04 0.16 53.33 0.1 0.82
Hex D5 D4 CC 0 0 4 10 35 A 52
Octal 325 324 314 0 0 4 20 65 12 122
Binary 11010101 11010100 11001100 0 0 100 10000 110101 1010 1010010

Color Harmonies of #D5D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4CC

Black with #D5D4CC

Text Example


Text Example

White with #D5D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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