Html Css Color HEX #DBCADD Thistle

📋 copy color: '#DBCADD'

red 219 ◦ green 202 ◦ blue 221

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

Shades of Thistle #DBCADD

Tints of Thistle #DBCADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.46%

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

R = 34.11%
G = 31.46%
B = 34.42%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBCADD (or 0xDBCADD) is known color: Thistle. HEX triplet: DB, CA and DD. RGB value is (219,202,221). Sum of RGB (Red+Green+Blue) = 219+202+221=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCADD is #243522. Grayscale: #D1D1D1. Windows color (decimal): -2372899 or 14535387. OLE color: 14535387.

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

Color convert

RGB 219 202 221 -
CMYK 0.01 0.09 0 0.13
HSL 293.68º 0.22% 0.83% -
HSV(B) 293.68º 0.09% 0.87% -
XYZ 63.39 62.52 77.13 -
YUV 209.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 219 202 221 0.01 0.09 0 0.13 293.68 0.22 0.83
Hex DB CA DD 1 9 0 D 126 16 53
Octal 333 312 335 1 11 0 15 446 26 123
Binary 11011011 11001010 11011101 1 1001 0 1101 100100110 10110 1010011

Color Harmonies of #DBCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCADD

Black with #DBCADD

Text Example


Text Example

White with #DBCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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