#D4CAD4

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

Shades of Thistle #D4CAD4

Tints of Thistle #D4CAD4

Color information

#D4CAD4 (or 0xD4CAD4) is unknown color: approx Thistle. HEX triplet: D4, CA and D4. RGB value is (212,202,212). Sum of RGB (Red+Green+Blue) = 212+202+212=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CAD4 is #2B352B. Grayscale: #CECECE. Windows color (decimal): -2831660 or 13945556. OLE color: 13945556.

HSL color Cylindrical-coordinate representation of color #D4CAD4: hue angle of 300º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CAD4 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB212202212-
CMYK00.0500.17
HSL300º10.42%81.18%-
HSV(B)300º4.72%83.14%-
XYZ60.1660.9970.89-
YUV206.13131.31132.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 202 (79.30% from 255) = 32.27%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=33.87%
G=32.27%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220221200.0500.1730010.4281.18
HexD4CAD40501112ca51
Octal3243123240502145412121
Binary110101001100101011010100010101000110010110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAD4; }

 p { color: rgb(212,202,212); }

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

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

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

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

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

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

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