#D6D1CC

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

Shades of Swirl #D6D1CC

Tints of Swirl #D6D1CC

Color information

#D6D1CC (or 0xD6D1CC) is unknown color: approx Swirl. HEX triplet: D6, D1 and CC. RGB value is (214,209,204). Sum of RGB (Red+Green+Blue) = 214+209+204=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1CC is #292E33. Grayscale: #D1D1D1. Windows color (decimal): -2698804 or 13423062. OLE color: 13423062.

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

Color convert

RGB214209204-
CMYK00.020.050.16
HSL30º10.87%81.96%-
HSV(B)30º4.67%83.92%-
XYZ61.4364.2666.29-
YUV209.92124.66130.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 209 (82.03% from 255) = 33.33%
BLUE value IS 204 (80.08% from 255) = 32.54%
R=34.13%
G=33.33%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420920400.020.050.163010.8781.96
HexD6D1CC025101eb52
Octal326321314025203613122
Binary110101101101000111001100010101100001111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1CC; }

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

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

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

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

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

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

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

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