Html Css Color HEX #DABBE0 Thistle

📋 copy color: '#DABBE0'

red 218 ◦ green 187 ◦ blue 224

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

Shades of Thistle #DABBE0

Tints of Thistle #DABBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.61%

R = 34.66%
G = 29.73%
B = 35.61%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DABBE0 (or 0xDABBE0) is known color: Thistle. HEX triplet: DA, BB and E0. RGB value is (218,187,224). Sum of RGB (Red+Green+Blue) = 218+187+224=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #DABBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBE0 is #25441F. Grayscale: #C8C8C8. Windows color (decimal): -2442272 or 14728154. OLE color: 14728154.

HSL color Cylindrical-coordinate representation of color #DABBE0: hue angle of 290.27º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABBE0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 187 224 -
CMYK 0.03 0.17 0 0.12
HSL 290.27º 0.37% 0.81% -
HSV(B) 290.27º 0.17% 0.88% -
XYZ 60.14 55.83 78.13 -
YUV 200.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 218 187 224 0.03 0.17 0 0.12 290.27 0.37 0.81
Hex DA BB E0 3 11 0 C 122 25 51
Octal 332 273 340 3 21 0 14 442 45 121
Binary 11011010 10111011 11100000 11 10001 0 1100 100100010 100101 1010001

Color Harmonies of #DABBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBE0

Black with #DABBE0

Text Example


Text Example

White with #DABBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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