#DEBFDD

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

Shades of Thistle #DEBFDD

Tints of Thistle #DEBFDD

Color information

#DEBFDD (or 0xDEBFDD) is unknown color: approx Thistle. HEX triplet: DE, BF and DD. RGB value is (222,191,221). Sum of RGB (Red+Green+Blue) = 222+191+221=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFDD is #214022. Grayscale: #CBCBCB. Windows color (decimal): -2179107 or 14532574. OLE color: 14532574.

HSL color Cylindrical-coordinate representation of color #DEBFDD: hue angle of 301.94º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFDD is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222191221-
CMYK00.140.000.13
HSL301.94º31.96%80.98%-
HSV(B)301.94º13.96%87.06%-
XYZ61.8158.0176.35-
YUV203.69137.77141.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 191 (75% from 255) = 30.13%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=35.02%
G=30.13%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219122100.140.000.13301.9431.9680.98
HexDEBFDD0E0D12e2051
Octal33627733501601545640121
Binary11011110101111111101110101110011011001011101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBFDD; }

 p { color: rgb(222,191,221); }

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

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

 a { background-color: rgb(222,191,221); }

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

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

 span { border-color: rgb(222,191,221); }

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