#D4CCD3

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

Shades of Thistle #D4CCD3

Tints of Thistle #D4CCD3

Color information

#D4CCD3 (or 0xD4CCD3) is unknown color: approx Thistle. HEX triplet: D4, CC and D3. RGB value is (212,204,211). Sum of RGB (Red+Green+Blue) = 212+204+211=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCD3 is #2B332C. Grayscale: #CFCFCF. Windows color (decimal): -2831149 or 13880532. OLE color: 13880532.

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

Color convert

RGB212204211-
CMYK00.040.000.17
HSL307.5º8.51%81.57%-
HSV(B)307.5º3.77%83.14%-
XYZ60.561.8970.38-
YUV207.19130.15131.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 211 (82.81% from 255) = 33.65%
R=33.81%
G=32.54%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220421100.040.000.17307.58.5181.57
HexD4CCD304011134952
Octal3243143230402146411122
Binary110101001100110011010011010001000110011010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCD3; }

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

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

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

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

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

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

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

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