#DFCADD

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

Shades of Thistle #DFCADD

Tints of Thistle #DFCADD

Color information

#DFCADD (or 0xDFCADD) is unknown color: approx Thistle. HEX triplet: DF, CA and DD. RGB value is (223,202,221). Sum of RGB (Red+Green+Blue) = 223+202+221=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADD is #203522. Grayscale: #D2D2D2. Windows color (decimal): -2110755 or 14535391. OLE color: 14535391.

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

Color convert

RGB223202221-
CMYK00.090.010.13
HSL305.71º24.71%83.33%-
HSV(B)305.71º9.42%87.45%-
XYZ64.663.1577.19-
YUV210.44133.96136.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=34.52%
G=31.27%
B=34.21%

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
Decimal22320222100.090.010.13305.7124.7183.33
HexDFCADD091D1321953
Octal33731233501111546231123
Binary1101111111001010110111010100111101100110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCADD; }

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

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

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

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

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

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

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

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