Html Css Color HEX #DBCBDD Thistle

📋 copy color: '#DBCBDD'

red 219 ◦ green 203 ◦ blue 221

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

Shades of Thistle #DBCBDD

Tints of Thistle #DBCBDD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.57%

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 34.06%
G = 31.57%
B = 34.37%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBCBDD (or 0xDBCBDD) is known color: Thistle. HEX triplet: DB, CB and DD. RGB value is (219,203,221). Sum of RGB (Red+Green+Blue) = 219+203+221=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBDD is #243422. Grayscale: #D1D1D1. Windows color (decimal): -2372643 or 14535643. OLE color: 14535643.

HSL color Cylindrical-coordinate representation of color #DBCBDD: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCBDD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 203 221 -
CMYK 0.01 0.08 0 0.13
HSL 293.33º 0.21% 0.83% -
HSV(B) 293.33º 0.08% 0.87% -
XYZ 63.62 62.99 77.21 -
YUV 209.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 219 203 221 0.01 0.08 0 0.13 293.33 0.21 0.83
Hex DB CB DD 1 8 0 D 125 15 53
Octal 333 313 335 1 10 0 15 445 25 123
Binary 11011011 11001011 11011101 1 1000 0 1101 100100101 10101 1010011

Color Harmonies of #DBCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCBDD

Black with #DBCBDD

Text Example


Text Example

White with #DBCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCBDD; }

 p { color: rgb(219,203,221); }

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

background-color css

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

 a { background-color: rgb(219,203,221); }

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

border-color css

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

 span { border-color: rgb(219,203,221); }

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