#D2CCD1

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

Shades of Thistle #D2CCD1

Tints of Thistle #D2CCD1

Color information

#D2CCD1 (or 0xD2CCD1) is unknown color: approx Thistle. HEX triplet: D2, CC and D1. RGB value is (210,204,209). Sum of RGB (Red+Green+Blue) = 210+204+209=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCD1 is #2D332E. Grayscale: #CECECE. Windows color (decimal): -2962223 or 13749458. OLE color: 13749458.

HSL color Cylindrical-coordinate representation of color #D2CCD1: hue angle of 310º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2CCD1 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB210204209-
CMYK00.030.000.18
HSL310º6.25%81.18%-
HSV(B)310º2.86%82.35%-
XYZ59.6861.4969.05-
YUV206.36129.49130.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=33.71%
G=32.74%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020420900.030.000.183106.2581.18
HexD2CCD103012136651
Octal322314321030224666121
Binary1101001011001100110100010110100101001101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCD1; }

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

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

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

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

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

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

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

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