Html Css Color HEX #DBBDE0 Thistle

📋 copy color: '#DBBDE0'

red 219 ◦ green 189 ◦ blue 224

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

Shades of Thistle #DBBDE0

Tints of Thistle #DBBDE0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.91%

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

R = 34.65%
G = 29.91%
B = 35.44%

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

#DBBDE0 (or 0xDBBDE0) is known color: Thistle. HEX triplet: DB, BD and E0. RGB value is (219,189,224). Sum of RGB (Red+Green+Blue) = 219+189+224=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDE0 is #24421F. Grayscale: #C9C9C9. Windows color (decimal): -2376224 or 14728667. OLE color: 14728667.

HSL color Cylindrical-coordinate representation of color #DBBDE0: hue angle of 291.43º degrees, saturation: 0.36, 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 #DBBDE0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 189 224 -
CMYK 0.02 0.16 0 0.12
HSL 291.43º 0.36% 0.81% -
HSV(B) 291.43º 0.16% 0.88% -
XYZ 60.87 56.84 78.28 -
YUV 201.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 219 189 224 0.02 0.16 0 0.12 291.43 0.36 0.81
Hex DB BD E0 2 10 0 C 123 24 51
Octal 333 275 340 2 20 0 14 443 44 121
Binary 11011011 10111101 11100000 10 10000 0 1100 100100011 100100 1010001

Color Harmonies of #DBBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBDE0

Black with #DBBDE0

Text Example


Text Example

White with #DBBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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