#DEBEE4

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

Shades of Thistle #DEBEE4

Tints of Thistle #DEBEE4

Color information

#DEBEE4 (or 0xDEBEE4) is unknown color: approx Thistle. HEX triplet: DE, BE and E4. RGB value is (222,190,228). Sum of RGB (Red+Green+Blue) = 222+190+228=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBEE4 is #21411B. Grayscale: #CBCBCB. Windows color (decimal): -2179356 or 14991070. OLE color: 14991070.

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

Color convert

RGB222190228-
CMYK0.030.1700.11
HSL290.53º41.3%81.96%-
HSV(B)290.53º16.67%89.41%-
XYZ62.5457.9681.29-
YUV203.9141.6140.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=34.69%
G=29.69%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221902280.030.1700.11290.5341.381.96
HexDEBEE43110B1232952
Octal33627634432101344351122
Binary1101111010111110111001001110001010111001000111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEE4; }

 p { color: rgb(222,190,228); }

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

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

 a { background-color: rgb(222,190,228); }

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

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

 span { border-color: rgb(222,190,228); }

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