Html Css Color HEX #DCC8DA Thistle

📋 copy color: '#DCC8DA'

red 220 ◦ green 200 ◦ blue 218

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

Shades of Thistle #DCC8DA

Tints of Thistle #DCC8DA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.35%

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

R = 34.48%
G = 31.35%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCC8DA (or 0xDCC8DA) is known color: Thistle. HEX triplet: DC, C8 and DA. RGB value is (220,200,218). Sum of RGB (Red+Green+Blue) = 220+200+218=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DA is #233725. Grayscale: #CFCFCF. Windows color (decimal): -2307878 or 14338268. OLE color: 14338268.

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

Color convert

RGB 220 200 218 -
CMYK 0 0.09 0.01 0.14
HSL 306º 0.22% 0.82% -
HSV(B) 306º 0.09% 0.86% -
XYZ 62.82 61.59 74.91 -
YUV 208.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 220 200 218 0 0.09 0.01 0.14 306 0.22 0.82
Hex DC C8 DA 0 9 1 E 132 16 52
Octal 334 310 332 0 11 1 16 462 26 122
Binary 11011100 11001000 11011010 0 1001 1 1110 100110010 10110 1010010

Color Harmonies of #DCC8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8DA

Black with #DCC8DA

Text Example


Text Example

White with #DCC8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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