#D9CADA

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

Shades of Thistle #D9CADA

Tints of Thistle #D9CADA

Color information

#D9CADA (or 0xD9CADA) is unknown color: approx Thistle. HEX triplet: D9, CA and DA. RGB value is (217,202,218). Sum of RGB (Red+Green+Blue) = 217+202+218=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADA is #263525. Grayscale: #D0D0D0. Windows color (decimal): -2503974 or 14338777. OLE color: 14338777.

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

Color convert

RGB217202218-
CMYK0.000.0700.15
HSL296.25º17.78%82.35%-
HSV(B)296.25º7.34%85.49%-
XYZ62.3962.0575.02-
YUV208.31133.47134.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.07%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=34.07%
G=31.71%
B=34.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172022180.000.0700.15296.2517.7882.35
HexD9CADA070F1281252
Octal3313123320701745022122
Binary110110011100101011011010011101111100101000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CADA; }

 p { color: rgb(217,202,218); }

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

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

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

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

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

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

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