#D5D1CC

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

Shades of Swirl #D5D1CC

Tints of Swirl #D5D1CC

Color information

#D5D1CC (or 0xD5D1CC) is unknown color: approx Swirl. HEX triplet: D5, D1 and CC. RGB value is (213,209,204). Sum of RGB (Red+Green+Blue) = 213+209+204=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D1CC is #2A2E33. Grayscale: #D1D1D1. Windows color (decimal): -2764340 or 13423061. OLE color: 13423061.

HSL color Cylindrical-coordinate representation of color #D5D1CC: hue angle of 33.33º degrees, saturation: 0.1, 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 #D5D1CC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB213209204-
CMYK00.020.040.16
HSL33.33º9.68%81.76%-
HSV(B)33.33º4.23%83.53%-
XYZ61.1464.1166.28-
YUV209.63124.83130.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=34.03%
G=33.39%
B=32.59%

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
Decimal21320920400.020.040.1633.339.6881.76
HexD5D1CC0241021a52
Octal325321314024204112122
Binary1101010111010001110011000101001000010000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D1CC; }

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

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

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

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

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

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

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

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