#DECCDB

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

Shades of Thistle #DECCDB

Tints of Thistle #DECCDB

Color information

#DECCDB (or 0xDECCDB) is unknown color: approx Thistle. HEX triplet: DE, CC and DB. RGB value is (222,204,219). Sum of RGB (Red+Green+Blue) = 222+204+219=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DECCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECCDB is #213324. Grayscale: #D3D3D3. Windows color (decimal): -2175781 or 14404830. OLE color: 14404830.

HSL color Cylindrical-coordinate representation of color #DECCDB: hue angle of 310º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DECCDB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB222204219-
CMYK00.080.010.13
HSL310º21.43%83.53%-
HSV(B)310º8.11%87.06%-
XYZ64.563.8375.94-
YUV211.09132.46135.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 204 (80.08% from 255) = 31.63%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=34.42%
G=31.63%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220421900.080.010.1331021.4383.53
HexDECCDB081D1361554
Octal33631433301011546625124
Binary1101111011001100110110110100011101100110110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCDB; }

 p { color: rgb(222,204,219); }

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

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

 a { background-color: rgb(222,204,219); }

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

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

 span { border-color: rgb(222,204,219); }

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