#DEBCE3

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

Shades of Thistle #DEBCE3

Tints of Thistle #DEBCE3

Color information

#DEBCE3 (or 0xDEBCE3) is unknown color: approx Thistle. HEX triplet: DE, BC and E3. RGB value is (222,188,227). Sum of RGB (Red+Green+Blue) = 222+188+227=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 227 (89.06% from 255 or 35.64% from 637); Max value from RGB is 227 - color contains mainly: blue. Hex color #DEBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCE3 is #21431C. Grayscale: #CACACA. Windows color (decimal): -2179869 or 14925022. OLE color: 14925022.

HSL color Cylindrical-coordinate representation of color #DEBCE3: hue angle of 292.31º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEBCE3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222188227-
CMYK0.020.1700.11
HSL292.31º41.05%81.37%-
HSV(B)292.31º17.18%89.02%-
XYZ61.9757.0480.42-
YUV202.61141.76141.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 227 (89.06% from 255) = 35.64%
R=34.85%
G=29.51%
B=35.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221882270.020.1700.11292.3141.0581.37
HexDEBCE32110B1242951
Octal33627434322101344451121
Binary1101111010111100111000111010001010111001001001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE3; }

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

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

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

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

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

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

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

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