Html Css Color HEX #DFCCDC Thistle

📋 copy color: '#DFCCDC'

red 223 ◦ green 204 ◦ blue 220

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

Shades of Thistle #DFCCDC

Tints of Thistle #DFCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.53%

 BLUE value IS 220 (86.33% from 255) = 34%

R = 34.47%
G = 31.53%
B = 34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFCCDC (or 0xDFCCDC) is known color: Thistle. HEX triplet: DF, CC and DC. RGB value is (223,204,220). Sum of RGB (Red+Green+Blue) = 223+204+220=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCDC is #203323. Grayscale: #D3D3D3. Windows color (decimal): -2110244 or 14470367. OLE color: 14470367.

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

Color convert

RGB 223 204 220 -
CMYK 0 0.09 0.01 0.13
HSL 309.47º 0.23% 0.84% -
HSV(B) 309.47º 0.09% 0.87% -
XYZ 64.94 64.04 76.65 -
YUV 211.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 223 204 220 0 0.09 0.01 0.13 309.47 0.23 0.84
Hex DF CC DC 0 9 1 D 135 17 54
Octal 337 314 334 0 11 1 15 465 27 124
Binary 11011111 11001100 11011100 0 1001 1 1101 100110101 10111 1010100

Color Harmonies of #DFCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCDC

Black with #DFCCDC

Text Example


Text Example

White with #DFCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCDC; }

 p { color: rgb(223,204,220); }

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

background-color css

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

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

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

border-color css

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

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

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