#D8D8C4

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

Shades of Loafer #D8D8C4

Tints of Loafer #D8D8C4

Color information

#D8D8C4 (or 0xD8D8C4) is unknown color: approx Loafer. HEX triplet: D8, D8 and C4. RGB value is (216,216,196). Sum of RGB (Red+Green+Blue) = 216+216+196=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8C4 is #27273B. Grayscale: #D5D5D5. Windows color (decimal): -2565948 or 12900568. OLE color: 12900568.

HSL color Cylindrical-coordinate representation of color #D8D8C4: hue angle of 60º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8D8C4 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB216216196-
CMYK000.090.15
HSL60º20.41%80.78%-
HSV(B)60º9.26%84.71%-
XYZ62.8467.761.98-
YUV213.72118129.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=34.39%
G=34.39%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216196000.090.156020.4180.78
HexD8D8C4009F3c1451
Octal3303303040011177424121
Binary1101100011011000110001000010011111111100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8C4; }

 p { color: rgb(216,216,196); }

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

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

 a { background-color: rgb(216,216,196); }

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

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

 span { border-color: rgb(216,216,196); }

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