Html Css Color HEX #DABCD8 Thistle

📋 copy color: '#DABCD8'

red 218 ◦ green 188 ◦ blue 216

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

Shades of Thistle #DABCD8

Tints of Thistle #DABCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.73%

R = 35.05%
G = 30.23%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DABCD8 (or 0xDABCD8) is known color: Thistle. HEX triplet: DA, BC and D8. RGB value is (218,188,216). Sum of RGB (Red+Green+Blue) = 218+188+216=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD8 is #254327. Grayscale: #C8C8C8. Windows color (decimal): -2442024 or 14204122. OLE color: 14204122.

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

Color convert

RGB 218 188 216 -
CMYK 0 0.14 0.01 0.15
HSL 304º 0.29% 0.8% -
HSV(B) 304º 0.14% 0.85% -
XYZ 59.29 55.83 72.62 -
YUV 200.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 218 188 216 0 0.14 0.01 0.15 304 0.29 0.8
Hex DA BC D8 0 E 1 F 130 1D 50
Octal 332 274 330 0 16 1 17 460 35 120
Binary 11011010 10111100 11011000 0 1110 1 1111 100110000 11101 1010000

Color Harmonies of #DABCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCD8

Black with #DABCD8

Text Example


Text Example

White with #DABCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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