#D9D2CA

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

Shades of Swirl #D9D2CA

Tints of Swirl #D9D2CA

Color information

#D9D2CA (or 0xD9D2CA) is unknown color: approx Swirl. HEX triplet: D9, D2 and CA. RGB value is (217,210,202). Sum of RGB (Red+Green+Blue) = 217+210+202=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D2CA is #262D35. Grayscale: #D3D3D3. Windows color (decimal): -2501942 or 13292249. OLE color: 13292249.

HSL color Cylindrical-coordinate representation of color #D9D2CA: hue angle of 32º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9D2CA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217210202-
CMYK00.030.070.15
HSL32º16.48%82.16%-
HSV(B)32º6.91%85.1%-
XYZ62.3265.1165.16-
YUV211.18122.82132.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=34.50%
G=33.39%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721020200.030.070.153216.4882.16
HexD9D2CA037F201052
Octal331322312037174020122
Binary1101100111010010110010100111111111100000100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D2CA; }

 p { color: rgb(217,210,202); }

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

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

 a { background-color: rgb(217,210,202); }

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

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

 span { border-color: rgb(217,210,202); }

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