Html Css Color HEX #DACBDC Thistle

📋 copy color: '#DACBDC'

red 218 ◦ green 203 ◦ blue 220

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

Shades of Thistle #DACBDC

Tints of Thistle #DACBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.67%

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

R = 34.01%
G = 31.67%
B = 34.32%

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

#DACBDC (or 0xDACBDC) is known color: Thistle. HEX triplet: DA, CB and DC. RGB value is (218,203,220). Sum of RGB (Red+Green+Blue) = 218+203+220=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 220 - color contains mainly: blue. Hex color #DACBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBDC is #253423. Grayscale: #D1D1D1. Windows color (decimal): -2438180 or 14470106. OLE color: 14470106.

HSL color Cylindrical-coordinate representation of color #DACBDC: hue angle of 292.94º 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 #DACBDC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 203 220 -
CMYK 0.01 0.08 0 0.14
HSL 292.94º 0.2% 0.83% -
HSV(B) 292.94º 0.08% 0.86% -
XYZ 63.19 62.78 76.5 -
YUV 209.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 218 203 220 0.01 0.08 0 0.14 292.94 0.2 0.83
Hex DA CB DC 1 8 0 E 125 14 53
Octal 332 313 334 1 10 0 16 445 24 123
Binary 11011010 11001011 11011100 1 1000 0 1110 100100101 10100 1010011

Color Harmonies of #DACBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACBDC

Black with #DACBDC

Text Example


Text Example

White with #DACBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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