#D4CCC6

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

Shades of Swirl #D4CCC6

Tints of Swirl #D4CCC6

Color information

#D4CCC6 (or 0xD4CCC6) is unknown color: approx Swirl. HEX triplet: D4, CC and C6. RGB value is (212,204,198). Sum of RGB (Red+Green+Blue) = 212+204+198=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCC6 is #2B3339. Grayscale: #CDCDCD. Windows color (decimal): -2831162 or 13028564. OLE color: 13028564.

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

Color convert

RGB212204198-
CMYK00.040.070.17
HSL25.71º14%80.39%-
HSV(B)25.71º6.6%83.14%-
XYZ58.9461.2662.14-
YUV205.71123.65132.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 198 (77.73% from 255) = 32.25%
R=34.53%
G=33.22%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220419800.040.070.1725.711480.39
HexD4CCC6047111ae50
Octal324314306047213216120
Binary1101010011001100110001100100111100011101011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCC6; }

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

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

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

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

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

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

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

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