#D3CCC6

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

Shades of Swirl #D3CCC6

Tints of Swirl #D3CCC6

Color information

#D3CCC6 (or 0xD3CCC6) is unknown color: approx Swirl. HEX triplet: D3, CC and C6. RGB value is (211,204,198). Sum of RGB (Red+Green+Blue) = 211+204+198=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCC6 is #2C3339. Grayscale: #CDCDCD. Windows color (decimal): -2896698 or 13028563. OLE color: 13028563.

HSL color Cylindrical-coordinate representation of color #D3CCC6: hue angle of 27.69º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D3CCC6 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB211204198-
CMYK00.030.060.17
HSL27.69º12.87%80.2%-
HSV(B)27.69º6.16%82.75%-
XYZ58.6561.1162.13-
YUV205.41123.82131.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.42%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 198 (77.73% from 255) = 32.30%
R=34.42%
G=33.28%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120419800.030.060.1727.6912.8780.2
HexD3CCC6036111cd50
Octal323314306036213415120
Binary110100111100110011000110011110100011110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CCC6; }

 p { color: rgb(211,204,198); }

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

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

 a { background-color: rgb(211,204,198); }

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

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

 span { border-color: rgb(211,204,198); }

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