Html Css Color HEX #DCBCDA Thistle

📋 copy color: '#DCBCDA'

red 220 ◦ green 188 ◦ blue 218

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

Shades of Thistle #DCBCDA

Tints of Thistle #DCBCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.03%

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

R = 35.14%
G = 30.03%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DCBCDA (or 0xDCBCDA) is known color: Thistle. HEX triplet: DC, BC and DA. RGB value is (220,188,218). Sum of RGB (Red+Green+Blue) = 220+188+218=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCDA is #234325. Grayscale: #C8C8C8. Windows color (decimal): -2310950 or 14335196. OLE color: 14335196.

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

Color convert

RGB 220 188 218 -
CMYK 0 0.15 0.01 0.14
HSL 303.75º 0.31% 0.8% -
HSV(B) 303.75º 0.15% 0.86% -
XYZ 60.15 56.24 74.02 -
YUV 200.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 220 188 218 0 0.15 0.01 0.14 303.75 0.31 0.8
Hex DC BC DA 0 F 1 E 130 1F 50
Octal 334 274 332 0 17 1 16 460 37 120
Binary 11011100 10111100 11011010 0 1111 1 1110 100110000 11111 1010000

Color Harmonies of #DCBCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCDA

Black with #DCBCDA

Text Example


Text Example

White with #DCBCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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