Html Css Color HEX #DABCDD Thistle

📋 copy color: '#DABCDD'

red 218 ◦ green 188 ◦ blue 221

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

Shades of Thistle #DABCDD

Tints of Thistle #DABCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.98%

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 34.77%
G = 29.98%
B = 35.25%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABCDD (or 0xDABCDD) is known color: Thistle. HEX triplet: DA, BC and DD. RGB value is (218,188,221). Sum of RGB (Red+Green+Blue) = 218+188+221=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #DABCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDD is #254322. Grayscale: #C8C8C8. Windows color (decimal): -2442019 or 14531802. OLE color: 14531802.

HSL color Cylindrical-coordinate representation of color #DABCDD: hue angle of 294.55º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABCDD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 188 221 -
CMYK 0.01 0.15 0 0.13
HSL 294.55º 0.33% 0.8% -
HSV(B) 294.55º 0.15% 0.87% -
XYZ 59.95 56.09 76.07 -
YUV 200.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 218 188 221 0.01 0.15 0 0.13 294.55 0.33 0.8
Hex DA BC DD 1 F 0 D 127 21 50
Octal 332 274 335 1 17 0 15 447 41 120
Binary 11011010 10111100 11011101 1 1111 0 1101 100100111 100001 1010000

Color Harmonies of #DABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCDD

Black with #DABCDD

Text Example


Text Example

White with #DABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCDD; }

 p { color: rgb(218,188,221); }

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

background-color css

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

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

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

border-color css

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

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

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