#DFCBDC

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

Shades of Thistle #DFCBDC

Tints of Thistle #DFCBDC

Color information

#DFCBDC (or 0xDFCBDC) is unknown color: approx Thistle. HEX triplet: DF, CB and DC. RGB value is (223,203,220). Sum of RGB (Red+Green+Blue) = 223+203+220=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDC is #203423. Grayscale: #D2D2D2. Windows color (decimal): -2110500 or 14470111. OLE color: 14470111.

HSL color Cylindrical-coordinate representation of color #DFCBDC: hue angle of 309º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBDC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223203220-
CMYK00.090.010.13
HSL309º23.81%83.53%-
HSV(B)309º8.97%87.45%-
XYZ64.7163.5776.57-
YUV210.92133.13136.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=34.52%
G=31.42%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320322000.090.010.1330923.8183.53
HexDFCBDC091D1351854
Octal33731333401111546530124
Binary1101111111001011110111000100111101100110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBDC; }

 p { color: rgb(223,203,220); }

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

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

 a { background-color: rgb(223,203,220); }

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

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

 span { border-color: rgb(223,203,220); }

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