Html Css Color HEX #DFCBDC Thistle

📋 copy color: '#DFCBDC'

red 223 ◦ green 203 ◦ blue 220

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

Shades of Thistle #DFCBDC

Tints of Thistle #DFCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.42%

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

R = 34.52%
G = 31.42%
B = 34.06%

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

#DFCBDC (or 0xDFCBDC) is known color: Thistle. HEX triplet: DF, CB and DC. RGB value is (223,203,220). Sum of RGB (Red+Green+Blue) = 223+203+220=646 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.52% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDC is #203423. Grayscale: #D2D2D2. Windows color (decimal): -2110500 or 14470111. OLE color: 14470111.

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

Color convert

RGB 223 203 220 -
CMYK 0 0.09 0.01 0.13
HSL 309º 0.24% 0.84% -
HSV(B) 309º 0.09% 0.87% -
XYZ 64.71 63.57 76.57 -
YUV 210.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 223 203 220 0 0.09 0.01 0.13 309 0.24 0.84
Hex DF CB DC 0 9 1 D 135 18 54
Octal 337 313 334 0 11 1 15 465 30 124
Binary 11011111 11001011 11011100 0 1001 1 1101 100110101 11000 1010100

Color Harmonies of #DFCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBDC

Black with #DFCBDC

Text Example


Text Example

White with #DFCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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