Html Css Color HEX #DCD4DA Thistle

📋 copy color: '#DCD4DA'

red 220 ◦ green 212 ◦ blue 218

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

Shades of Thistle #DCD4DA

Tints of Thistle #DCD4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.62%

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

R = 33.85%
G = 32.62%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCD4DA (or 0xDCD4DA) is known color: Thistle. HEX triplet: DC, D4 and DA. RGB value is (220,212,218). Sum of RGB (Red+Green+Blue) = 220+212+218=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4DA is #232B25. Grayscale: #D7D7D7. Windows color (decimal): -2304806 or 14341340. OLE color: 14341340.

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

Color convert

RGB 220 212 218 -
CMYK 0 0.04 0.01 0.14
HSL 315º 0.1% 0.85% -
HSV(B) 315º 0.04% 0.86% -
XYZ 65.71 67.36 75.87 -
YUV 215.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 220 212 218 0 0.04 0.01 0.14 315 0.1 0.85
Hex DC D4 DA 0 4 1 E 13B A 55
Octal 334 324 332 0 4 1 16 473 12 125
Binary 11011100 11010100 11011010 0 100 1 1110 100111011 1010 1010101

Color Harmonies of #DCD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD4DA

Black with #DCD4DA

Text Example


Text Example

White with #DCD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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