#DBCDDA

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

Shades of Thistle #DBCDDA

Tints of Thistle #DBCDDA

Color information

#DBCDDA (or 0xDBCDDA) is unknown color: approx Thistle. HEX triplet: DB, CD and DA. RGB value is (219,205,218). Sum of RGB (Red+Green+Blue) = 219+205+218=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDDA is #243225. Grayscale: #D2D2D2. Windows color (decimal): -2372134 or 14339547. OLE color: 14339547.

HSL color Cylindrical-coordinate representation of color #DBCDDA: hue angle of 304.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBCDDA is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219205218-
CMYK00.060.000.14
HSL304.29º16.28%83.14%-
HSV(B)304.29º6.39%85.88%-
XYZ63.763.7875.28-
YUV210.67132.14133.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 218 (85.55% from 255) = 33.96%
R=34.11%
G=31.93%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920521800.060.000.14304.2916.2883.14
HexDBCDDA060E1301053
Octal3333153320601646020123
Binary110110111100110111011010011001110100110000100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDDA; }

 p { color: rgb(219,205,218); }

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

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

 a { background-color: rgb(219,205,218); }

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

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

 span { border-color: rgb(219,205,218); }

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