Html Css Color HEX #DFC2DE Thistle

📋 copy color: '#DFC2DE'

red 223 ◦ green 194 ◦ blue 222

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

Shades of Thistle #DFC2DE

Tints of Thistle #DFC2DE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.36%

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

R = 34.9%
G = 30.36%
B = 34.74%

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

#DFC2DE (or 0xDFC2DE) is known color: Thistle. HEX triplet: DF, C2 and DE. RGB value is (223,194,222). Sum of RGB (Red+Green+Blue) = 223+194+222=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 194 (76.17% from 255 or 30.36% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DE is #203D21. Grayscale: #CDCDCD. Windows color (decimal): -2112802 or 14598879. OLE color: 14598879.

HSL color Cylindrical-coordinate representation of color #DFC2DE: hue angle of 302.07º degrees, saturation: 0.31, 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 #DFC2DE is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 222 -
CMYK 0 0.13 0.00 0.13
HSL 302.07º 0.31% 0.82% -
HSV(B) 302.07º 0.13% 0.87% -
XYZ 62.91 59.55 77.29 -
YUV 205.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 223 194 222 0 0.13 0.00 0.13 302.07 0.31 0.82
Hex DF C2 DE 0 D 0 D 12E 1F 52
Octal 337 302 336 0 15 0 15 456 37 122
Binary 11011111 11000010 11011110 0 1101 0 1101 100101110 11111 1010010

Color Harmonies of #DFC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2DE

Black with #DFC2DE

Text Example


Text Example

White with #DFC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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