#D5D1CD

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

Shades of Swirl #D5D1CD

Tints of Swirl #D5D1CD

Color information

#D5D1CD (or 0xD5D1CD) is unknown color: approx Swirl. HEX triplet: D5, D1 and CD. RGB value is (213,209,205). Sum of RGB (Red+Green+Blue) = 213+209+205=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CD is #2A2E32. Grayscale: #D1D1D1. Windows color (decimal): -2764339 or 13488597. OLE color: 13488597.

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

Color convert

RGB213209205-
CMYK00.020.040.16
HSL30º8.7%81.96%-
HSV(B)30º3.76%83.53%-
XYZ61.2664.1566.91-
YUV209.74125.33130.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=33.97%
G=33.33%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320920500.020.040.16308.781.96
HexD5D1CD024101e952
Octal325321315024203611122
Binary110101011101000111001101010100100001111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1CD; }

 p { color: rgb(213,209,205); }

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

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

 a { background-color: rgb(213,209,205); }

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

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

 span { border-color: rgb(213,209,205); }

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