Html Css Color HEX #DBC2DF Thistle

📋 copy color: '#DBC2DF'

red 219 ◦ green 194 ◦ blue 223

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

Shades of Thistle #DBC2DF

Tints of Thistle #DBC2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.5%

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

R = 34.43%
G = 30.5%
B = 35.06%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DBC2DF (or 0xDBC2DF) is known color: Thistle. HEX triplet: DB, C2 and DF. RGB value is (219,194,223). Sum of RGB (Red+Green+Blue) = 219+194+223=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2DF is #243D20. Grayscale: #CCCCCC. Windows color (decimal): -2374945 or 14664411. OLE color: 14664411.

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

Color convert

RGB 219 194 223 -
CMYK 0.02 0.13 0 0.13
HSL 291.72º 0.31% 0.82% -
HSV(B) 291.72º 0.13% 0.87% -
XYZ 61.82 58.97 77.94 -
YUV 204.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 219 194 223 0.02 0.13 0 0.13 291.72 0.31 0.82
Hex DB C2 DF 2 D 0 D 124 1F 52
Octal 333 302 337 2 15 0 15 444 37 122
Binary 11011011 11000010 11011111 10 1101 0 1101 100100100 11111 1010010

Color Harmonies of #DBC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC2DF

Black with #DBC2DF

Text Example


Text Example

White with #DBC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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