Html Css Color HEX #DABBDE Thistle

📋 copy color: '#DABBDE'

red 218 ◦ green 187 ◦ blue 222

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

Shades of Thistle #DABBDE

Tints of Thistle #DABBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.82%

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

R = 34.77%
G = 29.82%
B = 35.41%

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

#DABBDE (or 0xDABBDE) is known color: Thistle. HEX triplet: DA, BB and DE. RGB value is (218,187,222). Sum of RGB (Red+Green+Blue) = 218+187+222=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #DABBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDE is #254421. Grayscale: #C8C8C8. Windows color (decimal): -2442274 or 14597082. OLE color: 14597082.

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

Color convert

RGB 218 187 222 -
CMYK 0.02 0.16 0 0.13
HSL 293.14º 0.35% 0.8% -
HSV(B) 293.14º 0.16% 0.87% -
XYZ 59.87 55.72 76.71 -
YUV 200.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 218 187 222 0.02 0.16 0 0.13 293.14 0.35 0.8
Hex DA BB DE 2 10 0 D 125 23 50
Octal 332 273 336 2 20 0 15 445 43 120
Binary 11011010 10111011 11011110 10 10000 0 1101 100100101 100011 1010000

Color Harmonies of #DABBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBDE

Black with #DABBDE

Text Example


Text Example

White with #DABBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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