#DABCE2

Color #DABCE2 Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #DABCE2

Tints of Thistle #DABCE2

Color information

#DABCE2 (or 0xDABCE2) is unknown color: approx Thistle. HEX triplet: DA, BC and E2. RGB value is (218,188,226). Sum of RGB (Red+Green+Blue) = 218+188+226=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #DABCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCE2 is #25431D. Grayscale: #C9C9C9. Windows color (decimal): -2442014 or 14859482. OLE color: 14859482.

HSL color Cylindrical-coordinate representation of color #DABCE2: hue angle of 287.37º 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 #DABCE2 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218188226-
CMYK0.040.1700.11
HSL287.37º39.58%81.18%-
HSV(B)287.37º16.81%88.63%-
XYZ60.6256.3679.64-
YUV201.3141.94139.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 226 (88.67% from 255) = 35.76%
R=34.49%
G=29.75%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2181882260.040.1700.11287.3739.5881.18
HexDABCE24110B11f2851
Octal33227434242101343750121
Binary11011010101111001110001010010001010111000111111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCE2; }

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

 H1.HeaderClassName
 {
   color: #DABCE2;
 }
 .AnyTagClassName
 {
   color: #DABCE2;
 }
</style>
background-color css

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

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

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

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

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

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