Html Css Color HEX #D6D5CA Loafer

📋 copy color: '#D6D5CA'

red 214 ◦ green 213 ◦ blue 202

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

Shades of Loafer #D6D5CA

Tints of Loafer #D6D5CA

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.3% from 255) = 32.11%

R = 34.02%
G = 33.86%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6D5CA (or 0xD6D5CA) is known color: 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

RGB 214 213 202 -
CMYK 0 0.00 0.06 0.16
HSL 55º 0.13% 0.82% -
HSV(B) 55º 0.06% 0.84% -
XYZ 62.19 66.15 65.37 -
YUV 212.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 214 213 202 0 0.00 0.06 0.16 55 0.13 0.82
Hex D6 D5 CA 0 0 6 10 37 D 52
Octal 326 325 312 0 0 6 20 67 15 122
Binary 11010110 11010101 11001010 0 0 110 10000 110111 1101 1010010

Color Harmonies of #D6D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D5CA

Black with #D6D5CA

Text Example


Text Example

White with #D6D5CA

Text Example


Text Example

HTML Codes & Css Web 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>