Html Css Color HEX #DABCDE Thistle

📋 copy color: '#DABCDE'

red 218 ◦ green 188 ◦ blue 222

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

Shades of Thistle #DABCDE

Tints of Thistle #DABCDE

RGB

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

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

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

R = 34.71%
G = 29.94%
B = 35.35%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DABCDE (or 0xDABCDE) is known color: Thistle. HEX triplet: DA, BC and DE. RGB value is (218,188,222). Sum of RGB (Red+Green+Blue) = 218+188+222=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDE is #254321. Grayscale: #C8C8C8. Windows color (decimal): -2442018 or 14597338. OLE color: 14597338.

HSL color Cylindrical-coordinate representation of color #DABCDE: hue angle of 292.94º degrees, saturation: 0.34, 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 #DABCDE is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 188 222 -
CMYK 0.02 0.15 0 0.13
HSL 292.94º 0.34% 0.8% -
HSV(B) 292.94º 0.15% 0.87% -
XYZ 60.08 56.15 76.78 -
YUV 200.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 218 188 222 0.02 0.15 0 0.13 292.94 0.34 0.8
Hex DA BC DE 2 F 0 D 125 22 50
Octal 332 274 336 2 17 0 15 445 42 120
Binary 11011010 10111100 11011110 10 1111 0 1101 100100101 100010 1010000

Color Harmonies of #DABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABCDE

Black with #DABCDE

Text Example


Text Example

White with #DABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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