#DEBCE8

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

Shades of Thistle #DEBCE8

Tints of Thistle #DEBCE8

Color information

#DEBCE8 (or 0xDEBCE8) is unknown color: approx Thistle. HEX triplet: DE, BC and E8. RGB value is (222,188,232). Sum of RGB (Red+Green+Blue) = 222+188+232=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEBCE8 is #214317. Grayscale: #CBCBCB. Windows color (decimal): -2179864 or 15252702. OLE color: 15252702.

HSL color Cylindrical-coordinate representation of color #DEBCE8: hue angle of 286.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEBCE8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222188232-
CMYK0.040.1900.09
HSL286.36º48.89%82.35%-
HSV(B)286.36º18.97%90.98%-
XYZ62.6757.3284.11-
YUV203.18144.26141.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 188 (73.83% from 255) = 29.28%
BLUE value IS 232 (91.02% from 255) = 36.14%
R=34.58%
G=29.28%
B=36.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2221882320.040.1900.09286.3648.8982.35
HexDEBCE84130911e3152
Octal33627435042301143661122
Binary11011110101111001110100010010011010011000111101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE8; }

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

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

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

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

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

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

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

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