Html Css Color HEX #D6D5CD Concrete

📋 copy color: '#D6D5CD'

red 214 ◦ green 213 ◦ blue 205

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

Shades of Concrete #D6D5CD

Tints of Concrete #D6D5CD

RGB

 RED value IS 214 (83.98% from 255) = 33.86%

 GREEN value IS 213 (83.59% from 255) = 33.7%

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

R = 33.86%
G = 33.7%
B = 32.44%

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

#D6D5CD (or 0xD6D5CD) is known color: Concrete. HEX triplet: D6, D5 and CD. RGB value is (214,213,205). Sum of RGB (Red+Green+Blue) = 214+213+205=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5CD is #292A32. Grayscale: #D4D4D4. Windows color (decimal): -2697779 or 13489622. OLE color: 13489622.

HSL color Cylindrical-coordinate representation of color #D6D5CD: 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 #D6D5CD is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 213 205 -
CMYK 0 0.00 0.04 0.16
HSL 53.33º 0.1% 0.82% -
HSV(B) 53.33º 0.04% 0.84% -
XYZ 62.55 66.29 67.26 -
YUV 212.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 214 213 205 0 0.00 0.04 0.16 53.33 0.1 0.82
Hex D6 D5 CD 0 0 4 10 35 A 52
Octal 326 325 315 0 0 4 20 65 12 122
Binary 11010110 11010101 11001101 0 0 100 10000 110101 1010 1010010

Color Harmonies of #D6D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5CD

Black with #D6D5CD

Text Example


Text Example

White with #D6D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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