Html Css Color HEX #DDBFDC Thistle

📋 copy color: '#DDBFDC'

red 221 ◦ green 191 ◦ blue 220

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

Shades of Thistle #DDBFDC

Tints of Thistle #DDBFDC

RGB

 RED value IS 221 (86.72% from 255) = 34.97%

 GREEN value IS 191 (75% from 255) = 30.22%

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

R = 34.97%
G = 30.22%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DDBFDC (or 0xDDBFDC) is known color: Thistle. HEX triplet: DD, BF and DC. RGB value is (221,191,220). Sum of RGB (Red+Green+Blue) = 221+191+220=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDC is #224023. Grayscale: #CBCBCB. Windows color (decimal): -2244644 or 14467037. OLE color: 14467037.

HSL color Cylindrical-coordinate representation of color #DDBFDC: hue angle of 302º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBFDC is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 191 220 -
CMYK 0 0.14 0.00 0.13
HSL 302º 0.31% 0.81% -
HSV(B) 302º 0.14% 0.87% -
XYZ 61.37 57.8 75.63 -
YUV 203.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 221 191 220 0 0.14 0.00 0.13 302 0.31 0.81
Hex DD BF DC 0 E 0 D 12E 1F 51
Octal 335 277 334 0 16 0 15 456 37 121
Binary 11011101 10111111 11011100 0 1110 0 1101 100101110 11111 1010001

Color Harmonies of #DDBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFDC

Black with #DDBFDC

Text Example


Text Example

White with #DDBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFDC; }

 p { color: rgb(221,191,220); }

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

background-color css

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

 a { background-color: rgb(221,191,220); }

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

border-color css

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

 span { border-color: rgb(221,191,220); }

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