Html Css Color HEX #DBBFDA Thistle

📋 copy color: '#DBBFDA'

red 219 ◦ green 191 ◦ blue 218

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

Shades of Thistle #DBBFDA

Tints of Thistle #DBBFDA

RGB

 RED value IS 219 (85.94% from 255) = 34.87%

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

 BLUE value IS 218 (85.55% from 255) = 34.71%

R = 34.87%
G = 30.41%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBBFDA (or 0xDBBFDA) is known color: Thistle. HEX triplet: DB, BF and DA. RGB value is (219,191,218). Sum of RGB (Red+Green+Blue) = 219+191+218=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFDA is #244025. Grayscale: #CACACA. Windows color (decimal): -2375718 or 14335963. OLE color: 14335963.

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

Color convert

RGB 219 191 218 -
CMYK 0 0.13 0.00 0.14
HSL 302.14º 0.28% 0.8% -
HSV(B) 302.14º 0.13% 0.86% -
XYZ 60.5 57.38 74.22 -
YUV 202.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 219 191 218 0 0.13 0.00 0.14 302.14 0.28 0.8
Hex DB BF DA 0 D 0 E 12E 1C 50
Octal 333 277 332 0 15 0 16 456 34 120
Binary 11011011 10111111 11011010 0 1101 0 1110 100101110 11100 1010000

Color Harmonies of #DBBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFDA

Black with #DBBFDA

Text Example


Text Example

White with #DBBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFDA; }

 p { color: rgb(219,191,218); }

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

background-color css

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

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

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

border-color css

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

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

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