Html Css Color HEX #DFC6E1 Thistle

📋 copy color: '#DFC6E1'

red 223 ◦ green 198 ◦ blue 225

#DFC6E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DFC6E1

Tints of Thistle #DFC6E1

RGB

 RED value IS 223 (87.5% from 255) = 34.52%

 GREEN value IS 198 (77.73% from 255) = 30.65%

 BLUE value IS 225 (88.28% from 255) = 34.83%

R = 34.52%
G = 30.65%
B = 34.83%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFC6E1 (or 0xDFC6E1) is known color: Thistle. HEX triplet: DF, C6 and E1. RGB value is (223,198,225). Sum of RGB (Red+Green+Blue) = 223+198+225=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFC6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6E1 is #20391E. Grayscale: #D0D0D0. Windows color (decimal): -2111775 or 14796511. OLE color: 14796511.

HSL color Cylindrical-coordinate representation of color #DFC6E1: hue angle of 295.56º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFC6E1 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 198 225 -
CMYK 0.01 0.12 0 0.12
HSL 295.56º 0.31% 0.83% -
HSV(B) 295.56º 0.12% 0.88% -
XYZ 64.22 61.51 79.72 -
YUV 208.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 223 198 225 0.01 0.12 0 0.12 295.56 0.31 0.83
Hex DF C6 E1 1 C 0 C 128 1F 53
Octal 337 306 341 1 14 0 14 450 37 123
Binary 11011111 11000110 11100001 1 1100 0 1100 100101000 11111 1010011

Color Harmonies of #DFC6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC6E1

Black with #DFC6E1

Text Example


Text Example

White with #DFC6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC6E1; }

 p { color: rgb(223,198,225); }

 H1.HeaderClassName
 {
   color: #DFC6E1;
 }
 .AnyTagClassName
 {
   color: #DFC6E1;
 }
</style>

background-color css

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

 a { background-color: rgb(223,198,225); }

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

border-color css

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

 span { border-color: rgb(223,198,225); }

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