Html Css Color HEX #DDBFDE Thistle

📋 copy color: '#DDBFDE'

red 221 ◦ green 191 ◦ blue 222

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

Shades of Thistle #DDBFDE

Tints of Thistle #DDBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 34.86%
G = 30.13%
B = 35.02%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDBFDE (or 0xDDBFDE) is known color: Thistle. HEX triplet: DD, BF and DE. RGB value is (221,191,222). Sum of RGB (Red+Green+Blue) = 221+191+222=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBFDE is #224021. Grayscale: #CBCBCB. Windows color (decimal): -2244642 or 14598109. OLE color: 14598109.

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

Color convert

RGB 221 191 222 -
CMYK 0.00 0.14 0 0.13
HSL 298.06º 0.32% 0.81% -
HSV(B) 298.06º 0.14% 0.87% -
XYZ 61.63 57.91 77.04 -
YUV 203.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 221 191 222 0.00 0.14 0 0.13 298.06 0.32 0.81
Hex DD BF DE 0 E 0 D 12A 20 51
Octal 335 277 336 0 16 0 15 452 40 121
Binary 11011101 10111111 11011110 0 1110 0 1101 100101010 100000 1010001

Color Harmonies of #DDBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBFDE

Black with #DDBFDE

Text Example


Text Example

White with #DDBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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