#DDCADB

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

Shades of Thistle #DDCADB

Tints of Thistle #DDCADB

Color information

#DDCADB (or 0xDDCADB) is unknown color: approx Thistle. HEX triplet: DD, CA and DB. RGB value is (221,202,219). Sum of RGB (Red+Green+Blue) = 221+202+219=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADB is #223524. Grayscale: #D1D1D1. Windows color (decimal): -2241829 or 14404317. OLE color: 14404317.

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

Color convert

RGB221202219-
CMYK00.090.010.13
HSL306.32º21.84%82.94%-
HSV(B)306.32º8.6%86.67%-
XYZ63.7362.7375.77-
YUV209.62133.29136.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=34.42%
G=31.46%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120221900.090.010.13306.3221.8482.94
HexDDCADB091D1321653
Octal33531233301111546226123
Binary1101110111001010110110110100111101100110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCADB; }

 p { color: rgb(221,202,219); }

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

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

 a { background-color: rgb(221,202,219); }

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

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

 span { border-color: rgb(221,202,219); }

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