Html Css Color HEX #D5D4CE Concrete

📋 copy color: '#D5D4CE'

red 213 ◦ green 212 ◦ blue 206

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

Shades of Concrete #D5D4CE

Tints of Concrete #D5D4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.65%

R = 33.76%
G = 33.6%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5D4CE (or 0xD5D4CE) is known color: Concrete. HEX triplet: D5, D4 and CE. RGB value is (213,212,206). Sum of RGB (Red+Green+Blue) = 213+212+206=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D4CE is #2A2B31. Grayscale: #D3D3D3. Windows color (decimal): -2763570 or 13554901. OLE color: 13554901.

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

Color convert

RGB 213 212 206 -
CMYK 0 0.00 0.03 0.16
HSL 51.43º 0.08% 0.82% -
HSV(B) 51.43º 0.03% 0.84% -
XYZ 62.12 65.69 67.8 -
YUV 211.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 213 212 206 0 0.00 0.03 0.16 51.43 0.08 0.82
Hex D5 D4 CE 0 0 3 10 33 8 52
Octal 325 324 316 0 0 3 20 63 10 122
Binary 11010101 11010100 11001110 0 0 11 10000 110011 1000 1010010

Color Harmonies of #D5D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D4CE

Black with #D5D4CE

Text Example


Text Example

White with #D5D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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