#D7D1CA

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

Shades of Swirl #D7D1CA

Tints of Swirl #D7D1CA

Color information

#D7D1CA (or 0xD7D1CA) is unknown color: approx Swirl. HEX triplet: D7, D1 and CA. RGB value is (215,209,202). Sum of RGB (Red+Green+Blue) = 215+209+202=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1CA is #282E35. Grayscale: #D2D2D2. Windows color (decimal): -2633270 or 13291991. OLE color: 13291991.

HSL color Cylindrical-coordinate representation of color #D7D1CA: hue angle of 32.31º degrees, saturation: 0.14, 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 #D7D1CA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215209202-
CMYK00.030.060.16
HSL32.31º13.98%81.76%-
HSV(B)32.31º6.05%84.31%-
XYZ61.4964.3165.05-
YUV210123.49131.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 209 (82.03% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=34.35%
G=33.39%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520920200.030.060.1632.3113.9881.76
HexD7D1CA0361020e52
Octal327321312036204016122
Binary1101011111010001110010100111101000010000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D1CA; }

 p { color: rgb(215,209,202); }

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

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

 a { background-color: rgb(215,209,202); }

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

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

 span { border-color: rgb(215,209,202); }

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