#DEBAE1

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

Shades of Thistle #DEBAE1

Tints of Thistle #DEBAE1

Color information

#DEBAE1 (or 0xDEBAE1) is unknown color: approx Thistle. HEX triplet: DE, BA and E1. RGB value is (222,186,225). Sum of RGB (Red+Green+Blue) = 222+186+225=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBAE1 is #21451E. Grayscale: #C9C9C9. Windows color (decimal): -2180383 or 14793438. OLE color: 14793438.

HSL color Cylindrical-coordinate representation of color #DEBAE1: hue angle of 295.38º degrees, saturation: 0.39, 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 #DEBAE1 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB222186225-
CMYK0.010.1700.12
HSL295.38º39.39%80.59%-
HSV(B)295.38º17.33%88.24%-
XYZ61.2756.0878.83-
YUV201.21141.43142.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=35.07%
G=29.38%
B=35.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221862250.010.1700.12295.3839.3980.59
HexDEBAE11110C1272751
Octal33627234112101444747121
Binary110111101011101011100001110001011001001001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBAE1; }

 p { color: rgb(222,186,225); }

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

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

 a { background-color: rgb(222,186,225); }

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

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

 span { border-color: rgb(222,186,225); }

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