Html Css Color HEX #DBBCDC Thistle

📋 copy color: '#DBBCDC'

red 219 ◦ green 188 ◦ blue 220

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

Shades of Thistle #DBBCDC

Tints of Thistle #DBBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.09%

R = 34.93%
G = 29.98%
B = 35.09%

CMYK

 C value IS 0.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBBCDC (or 0xDBBCDC) is known color: Thistle. HEX triplet: DB, BC and DC. RGB value is (219,188,220). Sum of RGB (Red+Green+Blue) = 219+188+220=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBBCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCDC is #244323. Grayscale: #C8C8C8. Windows color (decimal): -2376484 or 14466267. OLE color: 14466267.

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

Color convert

RGB 219 188 220 -
CMYK 0.00 0.15 0 0.14
HSL 298.13º 0.31% 0.8% -
HSV(B) 298.13º 0.15% 0.86% -
XYZ 60.11 56.19 75.39 -
YUV 200.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 219 188 220 0.00 0.15 0 0.14 298.13 0.31 0.8
Hex DB BC DC 0 F 0 E 12A 1F 50
Octal 333 274 334 0 17 0 16 452 37 120
Binary 11011011 10111100 11011100 0 1111 0 1110 100101010 11111 1010000

Color Harmonies of #DBBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCDC

Black with #DBBCDC

Text Example


Text Example

White with #DBBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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