#DEBBE2

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

Shades of Thistle #DEBBE2

Tints of Thistle #DEBBE2

Color information

#DEBBE2 (or 0xDEBBE2) is unknown color: approx Thistle. HEX triplet: DE, BB and E2. RGB value is (222,187,226). Sum of RGB (Red+Green+Blue) = 222+187+226=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DEBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBBE2 is #21441D. Grayscale: #C9C9C9. Windows color (decimal): -2180126 or 14859230. OLE color: 14859230.

HSL color Cylindrical-coordinate representation of color #DEBBE2: hue angle of 293.85º degrees, saturation: 0.4, 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 #DEBBE2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB222187226-
CMYK0.020.1700.11
HSL293.85º40.21%80.98%-
HSV(B)293.85º17.26%88.63%-
XYZ61.6256.5679.62-
YUV201.91141.6142.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=34.96%
G=29.45%
B=35.59%

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
Decimal2221872260.020.1700.11293.8540.2180.98
HexDEBBE22110B1262851
Octal33627334222101344650121
Binary1101111010111011111000101010001010111001001101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBBE2; }

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

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

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

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

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

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

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

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