Html Css Color HEX #DBC8DE Thistle

📋 copy color: '#DBC8DE'

red 219 ◦ green 200 ◦ blue 222

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

Shades of Thistle #DBC8DE

Tints of Thistle #DBC8DE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.2%

 BLUE value IS 222 (87.11% from 255) = 34.63%

R = 34.17%
G = 31.2%
B = 34.63%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBC8DE (or 0xDBC8DE) is known color: Thistle. HEX triplet: DB, C8 and DE. RGB value is (219,200,222). Sum of RGB (Red+Green+Blue) = 219+200+222=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC8DE is #243721. Grayscale: #D0D0D0. Windows color (decimal): -2373410 or 14600411. OLE color: 14600411.

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

Color convert

RGB 219 200 222 -
CMYK 0.01 0.10 0 0.13
HSL 291.82º 0.25% 0.83% -
HSV(B) 291.82º 0.1% 0.87% -
XYZ 63.05 61.64 77.68 -
YUV 208.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 219 200 222 0.01 0.10 0 0.13 291.82 0.25 0.83
Hex DB C8 DE 1 A 0 D 124 19 53
Octal 333 310 336 1 12 0 15 444 31 123
Binary 11011011 11001000 11011110 1 1010 0 1101 100100100 11001 1010011

Color Harmonies of #DBC8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC8DE

Black with #DBC8DE

Text Example


Text Example

White with #DBC8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC8DE; }

 p { color: rgb(219,200,222); }

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

background-color css

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

 a { background-color: rgb(219,200,222); }

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

border-color css

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

 span { border-color: rgb(219,200,222); }

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