#DCCFDA

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

Shades of Thistle #DCCFDA

Tints of Thistle #DCCFDA

Color information

#DCCFDA (or 0xDCCFDA) is unknown color: approx Thistle. HEX triplet: DC, CF and DA. RGB value is (220,207,218). Sum of RGB (Red+Green+Blue) = 220+207+218=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDA is #233025. Grayscale: #D4D4D4. Windows color (decimal): -2306086 or 14340060. OLE color: 14340060.

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

Color convert

RGB220207218-
CMYK00.060.010.14
HSL309.23º15.66%83.73%-
HSV(B)309.23º5.91%86.27%-
XYZ64.4864.975.46-
YUV212.14131.31133.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=34.11%
G=32.09%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020721800.060.010.14309.2315.6683.73
HexDCCFDA061E1351054
Octal3343173320611646520124
Binary110111001100111111011010011011110100110101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCFDA; }

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

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

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

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

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

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

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

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