#D6CCC3

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

Shades of Swirl #D6CCC3

Tints of Swirl #D6CCC3

Color information

#D6CCC3 (or 0xD6CCC3) is unknown color: approx Swirl. HEX triplet: D6, CC and C3. RGB value is (214,204,195). Sum of RGB (Red+Green+Blue) = 214+204+195=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCC3 is #29333C. Grayscale: #CECECE. Windows color (decimal): -2700093 or 12831958. OLE color: 12831958.

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

Color convert

RGB214204195-
CMYK00.050.090.16
HSL28.42º18.81%80.2%-
HSV(B)28.42º8.88%83.92%-
XYZ59.1761.4260.37-
YUV205.96121.81133.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=34.91%
G=33.28%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420419500.050.090.1628.4218.8180.2
HexD6CCC3059101c1350
Octal3263143030511203423120
Binary110101101100110011000011010110011000011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCC3; }

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

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

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

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

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

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

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

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