#DEBCE0

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

Shades of Thistle #DEBCE0

Tints of Thistle #DEBCE0

Color information

#DEBCE0 (or 0xDEBCE0) is unknown color: approx Thistle. HEX triplet: DE, BC and E0. RGB value is (222,188,224). Sum of RGB (Red+Green+Blue) = 222+188+224=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCE0 is #21431F. Grayscale: #CACACA. Windows color (decimal): -2179872 or 14728414. OLE color: 14728414.

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

Color convert

RGB222188224-
CMYK0.010.1600.12
HSL296.67º36.73%80.78%-
HSV(B)296.67º16.07%87.84%-
XYZ61.5656.8878.25-
YUV202.27140.26142.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=35.02%
G=29.65%
B=35.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221882240.010.1600.12296.6736.7380.78
HexDEBCE01100C1292551
Octal33627434012001445145121
Binary110111101011110011100000110000011001001010011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE0; }

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

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

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

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

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

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

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

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