#D2CDD1

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

Shades of Thistle #D2CDD1

Tints of Thistle #D2CDD1

Color information

#D2CDD1 (or 0xD2CDD1) is unknown color: approx Thistle. HEX triplet: D2, CD and D1. RGB value is (210,205,209). Sum of RGB (Red+Green+Blue) = 210+205+209=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDD1 is #2D322E. Grayscale: #CECECE. Windows color (decimal): -2961967 or 13749714. OLE color: 13749714.

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

Color convert

RGB210205209-
CMYK00.020.000.18
HSL312º5.26%81.37%-
HSV(B)312º2.38%82.35%-
XYZ59.9261.9769.12-
YUV206.95129.16130.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=33.65%
G=32.85%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020520900.020.000.183125.2681.37
HexD2CDD102012138551
Octal322315321020224705121
Binary1101001011001101110100010100100101001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDD1; }

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

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

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

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

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

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

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

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