Html Css Color HEX #D6D4CB Concrete

📋 copy color: '#D6D4CB'

red 214 ◦ green 212 ◦ blue 203

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

Shades of Concrete #D6D4CB

Tints of Concrete #D6D4CB

RGB

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

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

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

R = 34.02%
G = 33.7%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6D4CB (or 0xD6D4CB) is known color: Concrete. HEX triplet: D6, D4 and CB. RGB value is (214,212,203). Sum of RGB (Red+Green+Blue) = 214+212+203=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4CB is #292B34. Grayscale: #D3D3D3. Windows color (decimal): -2698037 or 13358294. OLE color: 13358294.

HSL color Cylindrical-coordinate representation of color #D6D4CB: hue angle of 49.09º degrees, saturation: 0.12, 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 #D6D4CB is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 212 203 -
CMYK 0 0.01 0.05 0.16
HSL 49.09º 0.12% 0.82% -
HSV(B) 49.09º 0.05% 0.84% -
XYZ 62.05 65.69 65.91 -
YUV 211.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 214 212 203 0 0.01 0.05 0.16 49.09 0.12 0.82
Hex D6 D4 CB 0 1 5 10 31 C 52
Octal 326 324 313 0 1 5 20 61 14 122
Binary 11010110 11010100 11001011 0 1 101 10000 110001 1100 1010010

Color Harmonies of #D6D4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D4CB

Black with #D6D4CB

Text Example


Text Example

White with #D6D4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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