#DEBBE1

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

Shades of Thistle #DEBBE1

Tints of Thistle #DEBBE1

Color information

#DEBBE1 (or 0xDEBBE1) is unknown color: approx Thistle. HEX triplet: DE, BB and E1. RGB value is (222,187,225). Sum of RGB (Red+Green+Blue) = 222+187+225=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #DEBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBE1 is #21441E. Grayscale: #C9C9C9. Windows color (decimal): -2180127 or 14793694. OLE color: 14793694.

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

Color convert

RGB222187225-
CMYK0.010.1700.12
HSL295.26º38.78%80.78%-
HSV(B)295.26º16.89%88.24%-
XYZ61.4956.5178.9-
YUV201.8141.1142.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=35.02%
G=29.50%
B=35.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2221872250.010.1700.12295.2638.7880.78
HexDEBBE11110C1272751
Octal33627334112101444747121
Binary110111101011101111100001110001011001001001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBE1; }

 p { color: rgb(222,187,225); }

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

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

 a { background-color: rgb(222,187,225); }

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

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

 span { border-color: rgb(222,187,225); }

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