Html Css Color HEX #DFC1DE Thistle

📋 copy color: '#DFC1DE'

red 223 ◦ green 193 ◦ blue 222

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

Shades of Thistle #DFC1DE

Tints of Thistle #DFC1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.25%

 BLUE value IS 222 (87.11% from 255) = 34.8%

R = 34.95%
G = 30.25%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFC1DE (or 0xDFC1DE) is known color: Thistle. HEX triplet: DF, C1 and DE. RGB value is (223,193,222). Sum of RGB (Red+Green+Blue) = 223+193+222=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 193 (75.78% from 255 or 30.25% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC1DE is #203E21. Grayscale: #CDCDCD. Windows color (decimal): -2113058 or 14598623. OLE color: 14598623.

HSL color Cylindrical-coordinate representation of color #DFC1DE: hue angle of 302º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFC1DE is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 193 222 -
CMYK 0 0.13 0.00 0.13
HSL 302º 0.32% 0.82% -
HSV(B) 302º 0.13% 0.87% -
XYZ 62.69 59.1 77.21 -
YUV 205.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 223 193 222 0 0.13 0.00 0.13 302 0.32 0.82
Hex DF C1 DE 0 D 0 D 12E 20 52
Octal 337 301 336 0 15 0 15 456 40 122
Binary 11011111 11000001 11011110 0 1101 0 1101 100101110 100000 1010010

Color Harmonies of #DFC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC1DE

Black with #DFC1DE

Text Example


Text Example

White with #DFC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC1DE; }

 p { color: rgb(223,193,222); }

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

background-color css

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

 a { background-color: rgb(223,193,222); }

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

border-color css

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

 span { border-color: rgb(223,193,222); }

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