Html Css Color HEX #DABBE2 Thistle

📋 copy color: '#DABBE2'

red 218 ◦ green 187 ◦ blue 226

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

Shades of Thistle #DABBE2

Tints of Thistle #DABBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.82%

R = 34.55%
G = 29.64%
B = 35.82%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DABBE2 (or 0xDABBE2) is known color: Thistle. HEX triplet: DA, BB and E2. RGB value is (218,187,226). Sum of RGB (Red+Green+Blue) = 218+187+226=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBE2 is #25441D. Grayscale: #C8C8C8. Windows color (decimal): -2442270 or 14859226. OLE color: 14859226.

HSL color Cylindrical-coordinate representation of color #DABBE2: hue angle of 287.69º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABBE2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 187 226 -
CMYK 0.04 0.17 0 0.11
HSL 287.69º 0.4% 0.81% -
HSV(B) 287.69º 0.17% 0.89% -
XYZ 60.41 55.94 79.56 -
YUV 200.72 142.27 140.33 -
System Red Green Blue C M Y K H S L
Decimal 218 187 226 0.04 0.17 0 0.11 287.69 0.4 0.81
Hex DA BB E2 4 11 0 B 120 28 51
Octal 332 273 342 4 21 0 13 440 50 121
Binary 11011010 10111011 11100010 100 10001 0 1011 100100000 101000 1010001

Color Harmonies of #DABBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABBE2

Black with #DABBE2

Text Example


Text Example

White with #DABBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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