#DBCCDC

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

Shades of Thistle #DBCCDC

Tints of Thistle #DBCCDC

Color information

#DBCCDC (or 0xDBCCDC) is unknown color: approx Thistle. HEX triplet: DB, CC and DC. RGB value is (219,204,220). Sum of RGB (Red+Green+Blue) = 219+204+220=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCDC is #243323. Grayscale: #D2D2D2. Windows color (decimal): -2372388 or 14470363. OLE color: 14470363.

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

Color convert

RGB219204220-
CMYK0.000.0700.14
HSL296.25º18.6%83.14%-
HSV(B)296.25º7.27%86.27%-
XYZ63.7263.4176.59-
YUV210.31133.47134.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=34.06%
G=31.73%
B=34.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192042200.000.0700.14296.2518.683.14
HexDBCCDC070E1281353
Octal3333143340701645023123
Binary110110111100110011011100011101110100101000100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCDC; }

 p { color: rgb(219,204,220); }

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

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

 a { background-color: rgb(219,204,220); }

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

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

 span { border-color: rgb(219,204,220); }

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