#D6D5CA

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

Shades of Loafer #D6D5CA

Tints of Loafer #D6D5CA

Color information

#D6D5CA (or 0xD6D5CA) is unknown color: approx Loafer. HEX triplet: D6, D5 and CA. RGB value is (214,213,202). Sum of RGB (Red+Green+Blue) = 214+213+202=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 213 (83.59% from 255 or 33.86% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D5CA is #292A35. Grayscale: #D4D4D4. Windows color (decimal): -2697782 or 13293014. OLE color: 13293014.

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

Color convert

RGB214213202-
CMYK00.000.060.16
HSL55º12.77%81.57%-
HSV(B)55º5.61%83.92%-
XYZ62.1966.1565.37-
YUV212.04122.33129.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 213 (83.59% from 255) = 33.86%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=34.02%
G=33.86%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421320200.000.060.165512.7781.57
HexD6D5CA0061037d52
Octal326325312006206715122
Binary110101101101010111001010001101000011011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5CA; }

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

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

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

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

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

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

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

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