Html Css Color HEX #DACCDB Thistle

📋 copy color: '#DACCDB'

red 218 ◦ green 204 ◦ blue 219

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

Shades of Thistle #DACCDB

Tints of Thistle #DACCDB

RGB

 RED value IS 218 (85.55% from 255) = 34.01%

 GREEN value IS 204 (80.08% from 255) = 31.83%

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

R = 34.01%
G = 31.83%
B = 34.17%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DACCDB (or 0xDACCDB) is known color: Thistle. HEX triplet: DA, CC and DB. RGB value is (218,204,219). Sum of RGB (Red+Green+Blue) = 218+204+219=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCDB is #253324. Grayscale: #D1D1D1. Windows color (decimal): -2437925 or 14404826. OLE color: 14404826.

HSL color Cylindrical-coordinate representation of color #DACCDB: hue angle of 296º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACCDB is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 204 219 -
CMYK 0.00 0.07 0 0.14
HSL 296º 0.17% 0.83% -
HSV(B) 296º 0.07% 0.86% -
XYZ 63.29 63.21 75.88 -
YUV 209.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 218 204 219 0.00 0.07 0 0.14 296 0.17 0.83
Hex DA CC DB 0 7 0 E 128 11 53
Octal 332 314 333 0 7 0 16 450 21 123
Binary 11011010 11001100 11011011 0 111 0 1110 100101000 10001 1010011

Color Harmonies of #DACCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACCDB

Black with #DACCDB

Text Example


Text Example

White with #DACCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACCDB; }

 p { color: rgb(218,204,219); }

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

background-color css

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

 a { background-color: rgb(218,204,219); }

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

border-color css

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

 span { border-color: rgb(218,204,219); }

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