Html Css Color HEX #DACDDB Thistle

📋 copy color: '#DACDDB'

red 218 ◦ green 205 ◦ blue 219

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

Shades of Thistle #DACDDB

Tints of Thistle #DACDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.93%

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

R = 33.96%
G = 31.93%
B = 34.11%

CMYK

 C value IS 0.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DACDDB (or 0xDACDDB) is known color: Thistle. HEX triplet: DA, CD and DB. RGB value is (218,205,219). Sum of RGB (Red+Green+Blue) = 218+205+219=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDDB is #253224. Grayscale: #D2D2D2. Windows color (decimal): -2437669 or 14405082. OLE color: 14405082.

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

Color convert

RGB 218 205 219 -
CMYK 0.00 0.06 0 0.14
HSL 295.71º 0.16% 0.83% -
HSV(B) 295.71º 0.06% 0.86% -
XYZ 63.53 63.68 75.96 -
YUV 210.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 218 205 219 0.00 0.06 0 0.14 295.71 0.16 0.83
Hex DA CD DB 0 6 0 E 128 10 53
Octal 332 315 333 0 6 0 16 450 20 123
Binary 11011010 11001101 11011011 0 110 0 1110 100101000 10000 1010011

Color Harmonies of #DACDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACDDB

Black with #DACDDB

Text Example


Text Example

White with #DACDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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