Html Css Color HEX #DCCDDA Thistle

📋 copy color: '#DCCDDA'

red 220 ◦ green 205 ◦ blue 218

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

Shades of Thistle #DCCDDA

Tints of Thistle #DCCDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.9%

R = 34.21%
G = 31.88%
B = 33.9%

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

#DCCDDA (or 0xDCCDDA) is known color: Thistle. HEX triplet: DC, CD and DA. RGB value is (220,205,218). Sum of RGB (Red+Green+Blue) = 220+205+218=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDDA is #233225. Grayscale: #D2D2D2. Windows color (decimal): -2306598 or 14339548. OLE color: 14339548.

HSL color Cylindrical-coordinate representation of color #DCCDDA: hue angle of 308º 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 #DCCDDA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 218 -
CMYK 0 0.07 0.01 0.14
HSL 308º 0.18% 0.83% -
HSV(B) 308º 0.07% 0.86% -
XYZ 64 63.94 75.3 -
YUV 210.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 220 205 218 0 0.07 0.01 0.14 308 0.18 0.83
Hex DC CD DA 0 7 1 E 134 12 53
Octal 334 315 332 0 7 1 16 464 22 123
Binary 11011100 11001101 11011010 0 111 1 1110 100110100 10010 1010011

Color Harmonies of #DCCDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDDA

Black with #DCCDDA

Text Example


Text Example

White with #DCCDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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