#D5C6BD

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

Shades of Swirl #D5C6BD

Tints of Swirl #D5C6BD

Color information

#D5C6BD (or 0xD5C6BD) is unknown color: approx Swirl. HEX triplet: D5, C6 and BD. RGB value is (213,198,189). Sum of RGB (Red+Green+Blue) = 213+198+189=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BD is #2A3942. Grayscale: #C9C9C9. Windows color (decimal): -2767171 or 12437205. OLE color: 12437205.

HSL color Cylindrical-coordinate representation of color #D5C6BD: hue angle of 22.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C6BD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213198189-
CMYK00.070.110.16
HSL22.5º22.22%78.82%-
HSV(B)22.5º11.27%83.53%-
XYZ56.8258.2156.38-
YUV201.46120.97136.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 198 (77.73% from 255) = 33%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=35.5%
G=33%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319818900.070.110.1622.522.2278.82
HexD5C6BD07B1017164f
Octal3253062750713202726117
Binary110101011100011010111101011110111000010111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C6BD; }

 p { color: rgb(213,198,189); }

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

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

 a { background-color: rgb(213,198,189); }

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

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

 span { border-color: rgb(213,198,189); }

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