#DEBCE6

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

Shades of Thistle #DEBCE6

Tints of Thistle #DEBCE6

Color information

#DEBCE6 (or 0xDEBCE6) is unknown color: approx Thistle. HEX triplet: DE, BC and E6. RGB value is (222,188,230). Sum of RGB (Red+Green+Blue) = 222+188+230=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 188 (73.83% from 255 or 29.38% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCE6 is #214319. Grayscale: #CACACA. Windows color (decimal): -2179866 or 15121630. OLE color: 15121630.

HSL color Cylindrical-coordinate representation of color #DEBCE6: hue angle of 288.57º degrees, saturation: 0.46, 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 #DEBCE6 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222188230-
CMYK0.030.1800.10
HSL288.57º45.65%81.96%-
HSV(B)288.57º18.26%90.2%-
XYZ62.3957.2182.62-
YUV202.95143.26141.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 188 (73.83% from 255) = 29.38%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=34.69%
G=29.38%
B=35.94%

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
Decimal2221882300.030.1800.10288.5745.6581.96
HexDEBCE63120A1212e52
Octal33627434632201244156122
Binary1101111010111100111001101110010010101001000011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE6; }

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

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

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

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

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

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

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

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