#DDCFDA

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

Shades of Thistle #DDCFDA

Tints of Thistle #DDCFDA

Color information

#DDCFDA (or 0xDDCFDA) is unknown color: approx Thistle. HEX triplet: DD, CF and DA. RGB value is (221,207,218). Sum of RGB (Red+Green+Blue) = 221+207+218=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDA is #223025. Grayscale: #D4D4D4. Windows color (decimal): -2240550 or 14340061. OLE color: 14340061.

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

Color convert

RGB221207218-
CMYK00.060.010.13
HSL312.86º17.07%83.92%-
HSV(B)312.86º6.33%86.67%-
XYZ64.7965.0675.47-
YUV212.44131.14134.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=34.21%
G=32.04%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120721800.060.010.13312.8617.0783.92
HexDDCFDA061D1391154
Octal3353173320611547121124
Binary110111011100111111011010011011101100111001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCFDA; }

 p { color: rgb(221,207,218); }

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

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

 a { background-color: rgb(221,207,218); }

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

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

 span { border-color: rgb(221,207,218); }

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