#D6D5CF

Color #D6D5CF Concrete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concrete #D6D5CF

Tints of Concrete #D6D5CF

Color information

#D6D5CF (or 0xD6D5CF) is unknown color: approx Concrete. HEX triplet: D6, D5 and CF. RGB value is (214,213,207). Sum of RGB (Red+Green+Blue) = 214+213+207=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5CF is #292A30. Grayscale: #D4D4D4. Windows color (decimal): -2697777 or 13620694. OLE color: 13620694.

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

Color convert

RGB214213207-
CMYK00.000.030.16
HSL51.43º7.87%82.55%-
HSV(B)51.43º3.27%83.92%-
XYZ62.7966.3968.54-
YUV212.62124.83128.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.75%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 207 (81.25% from 255) = 32.65%
R=33.75%
G=33.60%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421320700.000.030.1651.437.8782.55
HexD6D5CF0031033853
Octal326325317003206310123
Binary11010110110101011100111100111000011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5CF; }

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

 H1.HeaderClassName
 {
   color: #D6D5CF;
 }
 .AnyTagClassName
 {
   color: #D6D5CF;
 }
</style>
background-color css

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

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

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

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

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

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