#DEBCE5

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

Shades of Thistle #DEBCE5

Tints of Thistle #DEBCE5

Color information

#DEBCE5 (or 0xDEBCE5) is unknown color: approx Thistle. HEX triplet: DE, BC and E5. RGB value is (222,188,229). Sum of RGB (Red+Green+Blue) = 222+188+229=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCE5 is #21431A. Grayscale: #CACACA. Windows color (decimal): -2179867 or 15056094. OLE color: 15056094.

HSL color Cylindrical-coordinate representation of color #DEBCE5: hue angle of 289.76º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEBCE5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222188229-
CMYK0.030.1800.10
HSL289.76º44.09%81.76%-
HSV(B)289.76º17.9%89.8%-
XYZ62.2557.1581.88-
YUV202.84142.76141.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=34.74%
G=29.42%
B=35.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2221882290.030.1800.10289.7644.0981.76
HexDEBCE53120A1222c52
Octal33627434532201244254122
Binary1101111010111100111001011110010010101001000101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE5; }

 p { color: rgb(222,188,229); }

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

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

 a { background-color: rgb(222,188,229); }

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

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

 span { border-color: rgb(222,188,229); }

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