Html Css Color HEX #DACADC Thistle

📋 copy color: '#DACADC'

red 218 ◦ green 202 ◦ blue 220

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

Shades of Thistle #DACADC

Tints of Thistle #DACADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 34.06%
G = 31.56%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DACADC (or 0xDACADC) is known color: Thistle. HEX triplet: DA, CA and DC. RGB value is (218,202,220). Sum of RGB (Red+Green+Blue) = 218+202+220=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACADC is #253523. Grayscale: #D0D0D0. Windows color (decimal): -2438436 or 14469850. OLE color: 14469850.

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

Color convert

RGB 218 202 220 -
CMYK 0.01 0.08 0 0.14
HSL 293.33º 0.2% 0.83% -
HSV(B) 293.33º 0.08% 0.86% -
XYZ 62.95 62.31 76.42 -
YUV 208.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 218 202 220 0.01 0.08 0 0.14 293.33 0.2 0.83
Hex DA CA DC 1 8 0 E 125 14 53
Octal 332 312 334 1 10 0 16 445 24 123
Binary 11011010 11001010 11011100 1 1000 0 1110 100100101 10100 1010011

Color Harmonies of #DACADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACADC

Black with #DACADC

Text Example


Text Example

White with #DACADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACADC; }

 p { color: rgb(218,202,220); }

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

background-color css

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

 a { background-color: rgb(218,202,220); }

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

border-color css

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

 span { border-color: rgb(218,202,220); }

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