Html Css Color HEX #DBBCE0 Thistle

📋 copy color: '#DBBCE0'

red 219 ◦ green 188 ◦ blue 224

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

Shades of Thistle #DBBCE0

Tints of Thistle #DBBCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 34.71%
G = 29.79%
B = 35.5%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBBCE0 (or 0xDBBCE0) is known color: Thistle. HEX triplet: DB, BC and E0. RGB value is (219,188,224). Sum of RGB (Red+Green+Blue) = 219+188+224=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCE0 is #24431F. Grayscale: #C9C9C9. Windows color (decimal): -2376480 or 14728411. OLE color: 14728411.

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

Color convert

RGB 219 188 224 -
CMYK 0.02 0.16 0 0.12
HSL 291.67º 0.37% 0.81% -
HSV(B) 291.67º 0.16% 0.88% -
XYZ 60.65 56.41 78.21 -
YUV 201.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 219 188 224 0.02 0.16 0 0.12 291.67 0.37 0.81
Hex DB BC E0 2 10 0 C 124 25 51
Octal 333 274 340 2 20 0 14 444 45 121
Binary 11011011 10111100 11100000 10 10000 0 1100 100100100 100101 1010001

Color Harmonies of #DBBCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCE0

Black with #DBBCE0

Text Example


Text Example

White with #DBBCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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