#DEBCE4

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

Shades of Thistle #DEBCE4

Tints of Thistle #DEBCE4

Color information

#DEBCE4 (or 0xDEBCE4) is unknown color: approx Thistle. HEX triplet: DE, BC and E4. RGB value is (222,188,228). Sum of RGB (Red+Green+Blue) = 222+188+228=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBCE4 is #21431B. Grayscale: #CACACA. Windows color (decimal): -2179868 or 14990558. OLE color: 14990558.

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

Color convert

RGB222188228-
CMYK0.030.1800.11
HSL291º42.55%81.57%-
HSV(B)291º17.54%89.41%-
XYZ62.1157.181.15-
YUV202.73142.26141.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=34.80%
G=29.47%
B=35.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2221882280.030.1800.1129142.5581.57
HexDEBCE43120B1232b52
Octal33627434432201344353122
Binary1101111010111100111001001110010010111001000111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBCE4; }

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

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

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

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

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

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

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

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