#DABDDC

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

Shades of Thistle #DABDDC

Tints of Thistle #DABDDC

Color information

#DABDDC (or 0xDABDDC) is unknown color: approx Thistle. HEX triplet: DA, BD and DC. RGB value is (218,189,220). Sum of RGB (Red+Green+Blue) = 218+189+220=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDC is #254223. Grayscale: #C9C9C9. Windows color (decimal): -2441764 or 14466522. OLE color: 14466522.

HSL color Cylindrical-coordinate representation of color #DABDDC: hue angle of 296.13º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABDDC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218189220-
CMYK0.010.1400.14
HSL296.13º30.69%80.2%-
HSV(B)296.13º14.09%86.27%-
XYZ60.0356.4775.45-
YUV201.2138.61139.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 189 (74.22% from 255) = 30.14%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=34.77%
G=30.14%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181892200.010.1400.14296.1330.6980.2
HexDABDDC1E0E1281f50
Octal33227533411601645037120
Binary1101101010111101110111001111001110100101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDDC; }

 p { color: rgb(218,189,220); }

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

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

 a { background-color: rgb(218,189,220); }

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

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

 span { border-color: rgb(218,189,220); }

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