Html Css Color HEX #DFCADF Thistle

📋 copy color: '#DFCADF'

red 223 ◦ green 202 ◦ blue 223

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

Shades of Thistle #DFCADF

Tints of Thistle #DFCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.17%

 BLUE value IS 223 (87.5% from 255) = 34.41%

R = 34.41%
G = 31.17%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DFCADF (or 0xDFCADF) is known color: Thistle. HEX triplet: DF, CA and DF. RGB value is (223,202,223). Sum of RGB (Red+Green+Blue) = 223+202+223=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCADF is #203520. Grayscale: #D2D2D2. Windows color (decimal): -2110753 or 14666463. OLE color: 14666463.

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

Color convert

RGB 223 202 223 -
CMYK 0 0.09 0 0.13
HSL 300º 0.25% 0.83% -
HSV(B) 300º 0.09% 0.87% -
XYZ 64.87 63.26 78.6 -
YUV 210.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 223 202 223 0 0.09 0 0.13 300 0.25 0.83
Hex DF CA DF 0 9 0 D 12C 19 53
Octal 337 312 337 0 11 0 15 454 31 123
Binary 11011111 11001010 11011111 0 1001 0 1101 100101100 11001 1010011

Color Harmonies of #DFCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCADF

Black with #DFCADF

Text Example


Text Example

White with #DFCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCADF; }

 p { color: rgb(223,202,223); }

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

background-color css

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

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

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

border-color css

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

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

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