Html Css Color HEX #D6D5CE Concrete

📋 copy color: '#D6D5CE'

red 214 ◦ green 213 ◦ blue 206

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

Shades of Concrete #D6D5CE

Tints of Concrete #D6D5CE

RGB

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

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

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

R = 33.81%
G = 33.65%
B = 32.54%

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

#D6D5CE (or 0xD6D5CE) is known color: Concrete. HEX triplet: D6, D5 and CE. RGB value is (214,213,206). Sum of RGB (Red+Green+Blue) = 214+213+206=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5CE is #292A31. Grayscale: #D4D4D4. Windows color (decimal): -2697778 or 13555158. OLE color: 13555158.

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

Color convert

RGB 214 213 206 -
CMYK 0 0.00 0.04 0.16
HSL 52.5º 0.09% 0.82% -
HSV(B) 52.5º 0.04% 0.84% -
XYZ 62.67 66.34 67.89 -
YUV 212.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 214 213 206 0 0.00 0.04 0.16 52.5 0.09 0.82
Hex D6 D5 CE 0 0 4 10 34 9 52
Octal 326 325 316 0 0 4 20 64 11 122
Binary 11010110 11010101 11001110 0 0 100 10000 110100 1001 1010010

Color Harmonies of #D6D5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5CE

Black with #D6D5CE

Text Example


Text Example

White with #D6D5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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