Html Css Color HEX #DFCBDD Thistle

📋 copy color: '#DFCBDD'

red 223 ◦ green 203 ◦ blue 221

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

Shades of Thistle #DFCBDD

Tints of Thistle #DFCBDD

RGB

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

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

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

R = 34.47%
G = 31.38%
B = 34.16%

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

#DFCBDD (or 0xDFCBDD) is known color: Thistle. HEX triplet: DF, CB and DD. RGB value is (223,203,221). Sum of RGB (Red+Green+Blue) = 223+203+221=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBDD is #203422. Grayscale: #D2D2D2. Windows color (decimal): -2110499 or 14535647. OLE color: 14535647.

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

Color convert

RGB 223 203 221 -
CMYK 0 0.09 0.01 0.13
HSL 306º 0.24% 0.84% -
HSV(B) 306º 0.09% 0.87% -
XYZ 64.84 63.62 77.27 -
YUV 211.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 223 203 221 0 0.09 0.01 0.13 306 0.24 0.84
Hex DF CB DD 0 9 1 D 132 18 54
Octal 337 313 335 0 11 1 15 462 30 124
Binary 11011111 11001011 11011101 0 1001 1 1101 100110010 11000 1010100

Color Harmonies of #DFCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBDD

Black with #DFCBDD

Text Example


Text Example

White with #DFCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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