Html Css Color HEX #DCCDD9 Thistle

📋 copy color: '#DCCDD9'

red 220 ◦ green 205 ◦ blue 217

#DCCDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #DCCDD9

Tints of Thistle #DCCDD9

RGB

 RED value IS 220 (86.33% from 255) = 34.27%

 GREEN value IS 205 (80.47% from 255) = 31.93%

 BLUE value IS 217 (85.16% from 255) = 33.8%

R = 34.27%
G = 31.93%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCCDD9 (or 0xDCCDD9) is known color: Thistle. HEX triplet: DC, CD and D9. RGB value is (220,205,217). Sum of RGB (Red+Green+Blue) = 220+205+217=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDD9 is #233226. Grayscale: #D2D2D2. Windows color (decimal): -2306599 or 14274012. OLE color: 14274012.

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

Color convert

RGB 220 205 217 -
CMYK 0 0.07 0.01 0.14
HSL 312º 0.18% 0.83% -
HSV(B) 312º 0.07% 0.86% -
XYZ 63.87 63.89 74.61 -
YUV 210.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 220 205 217 0 0.07 0.01 0.14 312 0.18 0.83
Hex DC CD D9 0 7 1 E 138 12 53
Octal 334 315 331 0 7 1 16 470 22 123
Binary 11011100 11001101 11011001 0 111 1 1110 100111000 10010 1010011

Color Harmonies of #DCCDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDD9

Black with #DCCDD9

Text Example


Text Example

White with #DCCDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDD9; }

 p { color: rgb(220,205,217); }

 H1.HeaderClassName
 {
   color: #DCCDD9;
 }
 .AnyTagClassName
 {
   color: #DCCDD9;
 }
</style>

background-color css

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

 a { background-color: rgb(220,205,217); }

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

border-color css

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

 span { border-color: rgb(220,205,217); }

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