Html Css Color HEX #D5D4CA Concrete

📋 copy color: '#D5D4CA'

red 213 ◦ green 212 ◦ blue 202

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

Shades of Concrete #D5D4CA

Tints of Concrete #D5D4CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.22%

R = 33.97%
G = 33.81%
B = 32.22%

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

#D5D4CA (or 0xD5D4CA) is known color: Concrete. HEX triplet: D5, D4 and CA. RGB value is (213,212,202). Sum of RGB (Red+Green+Blue) = 213+212+202=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CA is #2A2B35. Grayscale: #D3D3D3. Windows color (decimal): -2763574 or 13292757. OLE color: 13292757.

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

Color convert

RGB 213 212 202 -
CMYK 0 0.00 0.05 0.16
HSL 54.55º 0.12% 0.81% -
HSV(B) 54.55º 0.05% 0.84% -
XYZ 61.64 65.5 65.27 -
YUV 211.16 122.83 129.31 -
System Red Green Blue C M Y K H S L
Decimal 213 212 202 0 0.00 0.05 0.16 54.55 0.12 0.81
Hex D5 D4 CA 0 0 5 10 37 C 51
Octal 325 324 312 0 0 5 20 67 14 121
Binary 11010101 11010100 11001010 0 0 101 10000 110111 1100 1010001

Color Harmonies of #D5D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4CA

Black with #D5D4CA

Text Example


Text Example

White with #D5D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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