Html Css Color HEX #DBBCDF Thistle

📋 copy color: '#DBBCDF'

red 219 ◦ green 188 ◦ blue 223

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

Shades of Thistle #DBBCDF

Tints of Thistle #DBBCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 34.76%
G = 29.84%
B = 35.4%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBBCDF (or 0xDBBCDF) is known color: Thistle. HEX triplet: DB, BC and DF. RGB value is (219,188,223). Sum of RGB (Red+Green+Blue) = 219+188+223=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCDF is #244320. Grayscale: #C9C9C9. Windows color (decimal): -2376481 or 14662875. OLE color: 14662875.

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

Color convert

RGB 219 188 223 -
CMYK 0.02 0.16 0 0.13
HSL 293.14º 0.35% 0.81% -
HSV(B) 293.14º 0.16% 0.87% -
XYZ 60.52 56.35 77.5 -
YUV 201.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 219 188 223 0.02 0.16 0 0.13 293.14 0.35 0.81
Hex DB BC DF 2 10 0 D 125 23 51
Octal 333 274 337 2 20 0 15 445 43 121
Binary 11011011 10111100 11011111 10 10000 0 1101 100100101 100011 1010001

Color Harmonies of #DBBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBCDF

Black with #DBBCDF

Text Example


Text Example

White with #DBBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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