Html Css Color HEX #DBBFE1 Thistle

📋 copy color: '#DBBFE1'

red 219 ◦ green 191 ◦ blue 225

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

Shades of Thistle #DBBFE1

Tints of Thistle #DBBFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 34.49%
G = 30.08%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBBFE1 (or 0xDBBFE1) is known color: Thistle. HEX triplet: DB, BF and E1. RGB value is (219,191,225). Sum of RGB (Red+Green+Blue) = 219+191+225=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE1 is #24401E. Grayscale: #CBCBCB. Windows color (decimal): -2375711 or 14794715. OLE color: 14794715.

HSL color Cylindrical-coordinate representation of color #DBBFE1: hue angle of 289.41º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBFE1 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 191 225 -
CMYK 0.03 0.15 0 0.12
HSL 289.41º 0.36% 0.82% -
HSV(B) 289.41º 0.15% 0.88% -
XYZ 61.43 57.76 79.14 -
YUV 203.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 219 191 225 0.03 0.15 0 0.12 289.41 0.36 0.82
Hex DB BF E1 3 F 0 C 121 24 52
Octal 333 277 341 3 17 0 14 441 44 122
Binary 11011011 10111111 11100001 11 1111 0 1100 100100001 100100 1010010

Color Harmonies of #DBBFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFE1

Black with #DBBFE1

Text Example


Text Example

White with #DBBFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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