#DFC3E4

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

Shades of Thistle #DFC3E4

Tints of Thistle #DFC3E4

Color information

#DFC3E4 (or 0xDFC3E4) is unknown color: approx Thistle. HEX triplet: DF, C3 and E4. RGB value is (223,195,228). Sum of RGB (Red+Green+Blue) = 223+195+228=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFC3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3E4 is #203C1B. Grayscale: #CFCFCF. Windows color (decimal): -2112540 or 14992351. OLE color: 14992351.

HSL color Cylindrical-coordinate representation of color #DFC3E4: hue angle of 290.91º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC3E4 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223195228-
CMYK0.020.1400.11
HSL290.91º37.93%82.94%-
HSV(B)290.91º14.47%89.41%-
XYZ63.9560.3281.67-
YUV207.13139.78139.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.52%
GREEN value IS 195 (76.56% from 255) = 30.19%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=34.52%
G=30.19%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231952280.020.1400.11290.9137.9382.94
HexDFC3E42E0B1232653
Octal33730334421601344346123
Binary110111111100001111100100101110010111001000111001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3E4; }

 p { color: rgb(223,195,228); }

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

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

 a { background-color: rgb(223,195,228); }

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

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

 span { border-color: rgb(223,195,228); }

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