Html Css Color HEX #DBBFE0 Thistle

📋 copy color: '#DBBFE0'

red 219 ◦ green 191 ◦ blue 224

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

Shades of Thistle #DBBFE0

Tints of Thistle #DBBFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 34.54%
G = 30.13%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBBFE0 (or 0xDBBFE0) is known color: Thistle. HEX triplet: DB, BF and E0. RGB value is (219,191,224). Sum of RGB (Red+Green+Blue) = 219+191+224=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFE0 is #24401F. Grayscale: #CBCBCB. Windows color (decimal): -2375712 or 14729179. OLE color: 14729179.

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

Color convert

RGB 219 191 224 -
CMYK 0.02 0.15 0 0.12
HSL 290.91º 0.35% 0.81% -
HSV(B) 290.91º 0.15% 0.88% -
XYZ 61.3 57.7 78.43 -
YUV 203.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 219 191 224 0.02 0.15 0 0.12 290.91 0.35 0.81
Hex DB BF E0 2 F 0 C 123 23 51
Octal 333 277 340 2 17 0 14 443 43 121
Binary 11011011 10111111 11100000 10 1111 0 1100 100100011 100011 1010001

Color Harmonies of #DBBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBFE0

Black with #DBBFE0

Text Example


Text Example

White with #DBBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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