Html Css Color HEX #DABADE Thistle

📋 copy color: '#DABADE'

red 218 ◦ green 186 ◦ blue 222

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

Shades of Thistle #DABADE

Tints of Thistle #DABADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.71%

 BLUE value IS 222 (87.11% from 255) = 35.46%

R = 34.82%
G = 29.71%
B = 35.46%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABADE (or 0xDABADE) is known color: Thistle. HEX triplet: DA, BA and DE. RGB value is (218,186,222). Sum of RGB (Red+Green+Blue) = 218+186+222=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADE is #254521. Grayscale: #C7C7C7. Windows color (decimal): -2442530 or 14596826. OLE color: 14596826.

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

Color convert

RGB 218 186 222 -
CMYK 0.02 0.16 0 0.13
HSL 293.33º 0.35% 0.8% -
HSV(B) 293.33º 0.16% 0.87% -
XYZ 59.66 55.3 76.64 -
YUV 199.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 218 186 222 0.02 0.16 0 0.13 293.33 0.35 0.8
Hex DA BA DE 2 10 0 D 125 23 50
Octal 332 272 336 2 20 0 15 445 43 120
Binary 11011010 10111010 11011110 10 10000 0 1101 100100101 100011 1010000

Color Harmonies of #DABADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABADE

Black with #DABADE

Text Example


Text Example

White with #DABADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABADE; }

 p { color: rgb(218,186,222); }

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

background-color css

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

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

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

border-color css

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

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

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