Html Css Color HEX #DDBFDD Thistle

📋 copy color: '#DDBFDD'

red 221 ◦ green 191 ◦ blue 221

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

Shades of Thistle #DDBFDD

Tints of Thistle #DDBFDD

RGB

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

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

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

R = 34.91%
G = 30.17%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBFDD (or 0xDDBFDD) is known color: Thistle. HEX triplet: DD, BF and DD. RGB value is (221,191,221). Sum of RGB (Red+Green+Blue) = 221+191+221=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDD is #224022. Grayscale: #CBCBCB. Windows color (decimal): -2244643 or 14532573. OLE color: 14532573.

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

Color convert

RGB 221 191 221 -
CMYK 0 0.14 0 0.13
HSL 300º 0.31% 0.81% -
HSV(B) 300º 0.14% 0.87% -
XYZ 61.5 57.85 76.33 -
YUV 203.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 221 191 221 0 0.14 0 0.13 300 0.31 0.81
Hex DD BF DD 0 E 0 D 12C 1F 51
Octal 335 277 335 0 16 0 15 454 37 121
Binary 11011101 10111111 11011101 0 1110 0 1101 100101100 11111 1010001

Color Harmonies of #DDBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFDD

Black with #DDBFDD

Text Example


Text Example

White with #DDBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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