Html Css Color HEX #DACBDA Thistle

📋 copy color: '#DACBDA'

red 218 ◦ green 203 ◦ blue 218

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

Shades of Thistle #DACBDA

Tints of Thistle #DACBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 34.12%
G = 31.77%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DACBDA (or 0xDACBDA) is known color: Thistle. HEX triplet: DA, CB and DA. RGB value is (218,203,218). Sum of RGB (Red+Green+Blue) = 218+203+218=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DACBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBDA is #253425. Grayscale: #D1D1D1. Windows color (decimal): -2438182 or 14339034. OLE color: 14339034.

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

Color convert

RGB 218 203 218 -
CMYK 0 0.07 0 0.15
HSL 300º 0.17% 0.83% -
HSV(B) 300º 0.07% 0.85% -
XYZ 62.92 62.68 75.11 -
YUV 209.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 218 203 218 0 0.07 0 0.15 300 0.17 0.83
Hex DA CB DA 0 7 0 F 12C 11 53
Octal 332 313 332 0 7 0 17 454 21 123
Binary 11011010 11001011 11011010 0 111 0 1111 100101100 10001 1010011

Color Harmonies of #DACBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACBDA

Black with #DACBDA

Text Example


Text Example

White with #DACBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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