#DFCBDD

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

Shades of Thistle #DFCBDD

Tints of Thistle #DFCBDD

Color information

#DFCBDD (or 0xDFCBDD) is unknown color: approx Thistle. HEX triplet: DF, CB and DD. RGB value is (223,203,221). Sum of RGB (Red+Green+Blue) = 223+203+221=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDD is #203422. Grayscale: #D2D2D2. Windows color (decimal): -2110499 or 14535647. OLE color: 14535647.

HSL color Cylindrical-coordinate representation of color #DFCBDD: hue angle of 306º 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 #DFCBDD is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223203221-
CMYK00.090.010.13
HSL306º23.81%83.53%-
HSV(B)306º8.97%87.45%-
XYZ64.8463.6277.27-
YUV211.03133.63136.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=34.47%
G=31.38%
B=34.16%

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
Decimal22320322100.090.010.1330623.8183.53
HexDFCBDD091D1321854
Octal33731333501111546230124
Binary1101111111001011110111010100111101100110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBDD; }

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

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

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

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

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

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

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

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