Html Css Color HEX #DFC2DD Thistle

📋 copy color: '#DFC2DD'

red 223 ◦ green 194 ◦ blue 221

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

Shades of Thistle #DFC2DD

Tints of Thistle #DFC2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.64%

R = 34.95%
G = 30.41%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFC2DD (or 0xDFC2DD) is known color: Thistle. HEX triplet: DF, C2 and DD. RGB value is (223,194,221). Sum of RGB (Red+Green+Blue) = 223+194+221=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2DD is #203D22. Grayscale: #CDCDCD. Windows color (decimal): -2112803 or 14533343. OLE color: 14533343.

HSL color Cylindrical-coordinate representation of color #DFC2DD: hue angle of 304.14º 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 #DFC2DD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 221 -
CMYK 0 0.13 0.01 0.13
HSL 304.14º 0.31% 0.82% -
HSV(B) 304.14º 0.13% 0.87% -
XYZ 62.77 59.49 76.58 -
YUV 205.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 223 194 221 0 0.13 0.01 0.13 304.14 0.31 0.82
Hex DF C2 DD 0 D 1 D 130 1F 52
Octal 337 302 335 0 15 1 15 460 37 122
Binary 11011111 11000010 11011101 0 1101 1 1101 100110000 11111 1010010

Color Harmonies of #DFC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2DD

Black with #DFC2DD

Text Example


Text Example

White with #DFC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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